Fix last commit
* lisp/org.el (org-speed-command-hook): Do not use removed alias name.
This commit is contained in:
parent
1c89082600
commit
709dad2f3a
|
@ -20098,7 +20098,7 @@ Use `org-speed-commands-user' for further customization."
|
||||||
(cdr (assoc keys org-babel-key-bindings))))
|
(cdr (assoc keys org-babel-key-bindings))))
|
||||||
|
|
||||||
(defcustom org-speed-command-hook
|
(defcustom org-speed-command-hook
|
||||||
'(org-speed-command-default-hook org-babel-speed-command-hook)
|
'(org-speed-command-activate org-babel-speed-command-hook)
|
||||||
"Hook for activating speed commands at strategic locations.
|
"Hook for activating speed commands at strategic locations.
|
||||||
Hook functions are called in sequence until a valid handler is
|
Hook functions are called in sequence until a valid handler is
|
||||||
found.
|
found.
|
||||||
|
|
Loading…
Reference in New Issue