Przeglądaj źródła

Merge branch 'maint'

Nicolas Goaziou 7 lat temu
rodzic
commit
2021b98b83
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -19478,6 +19478,7 @@ 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
 (org-defkey org-mode-map [(meta left)]  'org-metaleft)