Add more blanks in Org mode lists

This should improve readability, and I am doing this manually all the time
anyway.
This commit is contained in:
Daniel - 2021-09-08 17:41:51 +02:00
parent 785db3ded8
commit 1d107f4fd1
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 0 deletions

View File

@ -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