Support for user-extensible speed commands.
commit1aa89de49414e89ba29ca442a739a17585fb6f42
authorJambunathan K <kjambunathan@gmail.com>
Mon, 6 Sep 2010 22:31:16 +0000 (7 04:01 +0530)
committerEric Schulte <schulte.eric@gmail.com>
Thu, 23 Sep 2010 15:19:39 +0000 (23 09:19 -0600)
tree35c4b4194d5692e190a5e21857e1aadb85030891
parentc33c313ee179d95237b7d06e276cbbded6bc9b54
Support for user-extensible speed commands.

* lisp/org.el (org-speed-command-hook): New. Hook for installing
additional speed commands. Use this for enabling speed commands on
src blocks.
(org-speed-command-default-hook): The default hook for
org-speed-command-hook. Factored out from org-self-insert-command
and mimics existing behaviour.
(org-self-insert-command): Modified to use org-speed-command-hook.

TINYCHANGE.
lisp/org.el