(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:
@@ -2328,6 +2328,7 @@ Emacs was very helpful here.
|
|||||||
(org-image-actual-width nil)
|
(org-image-actual-width nil)
|
||||||
(org-priority-faces '((?A . error) (?B . warning) (?C . success)))
|
(org-priority-faces '((?A . error) (?B . warning) (?C . success)))
|
||||||
(org-startup-indented t)
|
(org-startup-indented t)
|
||||||
|
(org-startup-folded 'content)
|
||||||
(org-tags-column 0)
|
(org-tags-column 0)
|
||||||
(org-todo-keywords
|
(org-todo-keywords
|
||||||
'((sequence "TODO" "DONE")
|
'((sequence "TODO" "DONE")
|
||||||
|
|||||||
Reference in New Issue
Block a user