From 1d107f4fd106d6ace9370a17a246dbccbabc2745 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 8 Sep 2021 17:41:51 +0200 Subject: [PATCH] Add more blanks in Org mode lists This should improve readability, and I am doing this manually all the time anyway. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index d5f4c54..f25c5f2 100644 --- a/init.el +++ b/init.el @@ -776,6 +776,9 @@ org-fontify-done-headline nil org-cycle-separator-lines 0 + org-blank-before-new-entry '((heading . t) + (plain-list-item . t)) + org-duration-format '(("y") ("w") ("d") (special . h:mm)) org-treat-S-cursor-todo-selection-as-state-change nil