org: add M-RET for org-meta-return under major mode leader key

Fixes #9603
This commit is contained in:
syl20bnr 2017-10-15 12:08:54 -04:00
parent 5e63f8ca51
commit bec3f8444d
1 changed files with 2 additions and 1 deletions

View File

@ -254,9 +254,10 @@ Will work on both org-mode and any mode that accepts plain html."
;; Multi-purpose keys
(or dotspacemacs-major-mode-leader-key ",") 'org-ctrl-c-ctrl-c
"*" 'org-ctrl-c-star
"RET" 'org-ctrl-c-ret
"-" 'org-ctrl-c-minus
"#" 'org-update-statistics-cookies
"RET" 'org-ctrl-c-ret
"M-RET" 'org-meta-return
;; attachments
"A" 'org-attach
;; insertion