Amend previous commit
This commit is contained in:
parent
6bf3010061
commit
aa0f1c57bb
|
@ -599,8 +599,8 @@ This may also be a function to test for appropriate locations where speed
|
||||||
commands should be active."
|
commands should be active."
|
||||||
:group 'org-structure
|
:group 'org-structure
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(const :tag "Never")
|
(const :tag "Never" nil)
|
||||||
(const :tag "At beginning of headline stars")
|
(const :tag "At beginning of headline stars" t)
|
||||||
(function)))
|
(function)))
|
||||||
|
|
||||||
(defcustom org-speed-commands-user nil
|
(defcustom org-speed-commands-user nil
|
||||||
|
|
Loading…
Reference in New Issue