emacs org: add alternate C-M-RET binding for org-meta-return

M-RET interferes with my window manager config
This commit is contained in:
xfnw 2023-02-04 18:26:10 -05:00
parent 13081b9fba
commit 865c411f53
1 changed files with 2 additions and 0 deletions

2
.emacs
View File

@ -199,6 +199,8 @@ Directory defaults to the value of 'move-file-default-target'."
new))
(advice-add #'org-export-new-reference :override #'org-export-deterministic-reference)
(define-key org-mode-map (kbd "C-M-<return>") 'org-meta-return)
(add-hook 'org-mode-hook 'turn-on-auto-fill)
(add-hook 'text-mode-hook 'turn-on-auto-fill)