summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-17 12:48:17 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-17 12:48:17 +0200
commit80cbf909eab4695128cf46965cae993f3cb58871 (patch)
tree4af930ed26e86e02a299cf8565b4d2f416c574e4
parente4a0fd6b021b87ea04bd051f64c873c3f86ed29a (diff)
downloadorg-mode-80cbf909eab4695128cf46965cae993f3cb58871.tar.gz
Remove useless binding
* lisp/org.el (org-mode-map): Remove [(meta return)] binding, handled by (kbd "M-RET"). Suggested-by: Allen Li <vianchielfaura@gmail.com> <http://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00411.html>
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index c5759cb..99318ad 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19481,7 +19481,6 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
(org-defkey org-mode-map [(shift return)] 'org-table-copy-down)
(org-defkey org-mode-map [(meta shift return)] 'org-insert-todo-heading)
-(org-defkey org-mode-map [(meta return)] 'org-meta-return)
(org-defkey org-mode-map (kbd "M-RET") #'org-meta-return)
;; Cursor keys with modifiers