(Emacs)+org-startup-folded set to 'content

Now I don't get flooded by information when I open an org file, just
headings.
This commit is contained in:
2022-09-17 00:16:23 +01:00
parent 9282261547
commit c2340be4eb

View File

@@ -2328,6 +2328,7 @@ Emacs was very helpful here.
(org-image-actual-width nil)
(org-priority-faces '((?A . error) (?B . warning) (?C . success)))
(org-startup-indented t)
(org-startup-folded 'content)
(org-tags-column 0)
(org-todo-keywords
'((sequence "TODO" "DONE")