org-src.el: Allow to abort editing with C-c k
commit7c9663eb4add5f087e9ba8bd1745d2b55889d720
authorBastien Guerry <bzg@altern.org>
Fri, 15 Feb 2013 21:59:13 +0000 (15 22:59 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 15 Feb 2013 21:59:13 +0000 (15 22:59 +0100)
tree28ffae54b0ef184291f64153d2eeb528e6f8e023
parent451e8be770564f93a631b80ed6f5101ea0a47222
org-src.el: Allow to abort editing with C-c k

* org-src.el (org-src-mode-map): New binding C-c k to abort
editing.
(org-edit-src-code): Mention the keybinding to abort editing
and go back to the correct position.
(org-edit-src-abort): New command to abort editing.

Thanks to Zech for suggesting this.
lisp/org-src.el