[Org] Don’t split lines on M-RET

This commit is contained in:
Daniel - 2017-11-13 20:45:36 +01:00
parent a3605db872
commit eb01e9f154
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
org-log-into-drawer "LOGBOOK"
org-log-reschedule 'time
org-clone-delete-id t
org-catch-invisible-edits 'error)
org-catch-invisible-edits 'error
org-M-RET-may-split-line '((default . nil)))
(bind-key [remap org-return] 'org-return-indent org-mode-map)