Re: [O] speed-keys access tweak

2018-01-14 Thread Nicolas Goaziou
Hello, Michael Ax writes: > With the (bolp) check snipped, org-speed-commands > work up to the end of org-outline-regexp. > > (defun org-speed-command-activate (keys) > (when (or (looking-at org-outline-regexp) > (and (functionp org-use-speed-commands) >

[O] speed-keys access tweak

2018-01-12 Thread Michael Ax
With the (bolp) check snipped, org-speed-commands work up to the end of org-outline-regexp. (defun org-speed-command-activate (keys) (when (or (looking-at org-outline-regexp) (and (functionp org-use-speed-commands) (funcall org-use-speed-commands)))