From 39f652e0703604204c3da2ee3feaac47f9655722 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 Oct 2023 11:20:04 +0200 Subject: [PATCH] Do not automatically indent anymore in Org mode after newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `org-return-indent` is obsolete since 9.4, one should use `org-return` with `indent` set to `t` instead – and I am not sure whether it will work if I rebind `org-return` to some interactive lambda form. So let's try to not indentent automatically anymore, maybe this is good enough? --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 4143f53..e58a19e 100644 --- a/init.el +++ b/init.el @@ -543,7 +543,6 @@ (use-package org :pin "gnu" :bind (:map org-mode-map - ([remap org-return] . org-return-indent) ([remap org-clock-goto] . db/org-clock-goto-first-open-checkbox)) :init (progn (setq org-deadline-warning-days 14