Re-instate `C-c C-x m' binding

Reported-by: Kyle Meyer <kyle@kyleam.com>
<http://lists.gnu.org/r/emacs-orgmode/2018-02/msg00322.html>
This commit is contained in:
Nicolas Goaziou 2018-02-24 23:03:28 +01:00
parent 1b259f95aa
commit 5e8fa13610
1 changed files with 1 additions and 0 deletions

View File

@ -18902,6 +18902,7 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
(when (or org-use-extra-keys (not window-system))
(org-defkey org-mode-map (kbd "C-c C-x c") #'org-table-copy-down)
(org-defkey org-mode-map (kbd "C-c C-x m") #'org-meta-return)
(org-defkey org-mode-map (kbd "C-c C-x M") #'org-insert-todo-heading)
(org-defkey org-mode-map (kbd "C-c C-x RET") #'org-meta-return)
(org-defkey org-mode-map (kbd "ESC RET") #'org-meta-return)