From eb01e9f15400959cb1e33e6b28eeb7c0c8900a66 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 13 Nov 2017 20:45:36 +0100 Subject: [PATCH] =?UTF-8?q?[Org]=20Don=E2=80=99t=20split=20lines=20on=20M-?= =?UTF-8?q?RET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 6834541..bbdb43c 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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)