Open org mode files with folded headlines
This commit is contained in:
parent
7c8dd7acfc
commit
2d74c3a675
2
+org.el
2
+org.el
|
@ -40,3 +40,5 @@
|
||||||
(setq org-export-use-babel nil)
|
(setq org-export-use-babel nil)
|
||||||
;; Speed up agenda startup
|
;; Speed up agenda startup
|
||||||
(setq org-agenda-dim-blocked-tasks nil)
|
(setq org-agenda-dim-blocked-tasks nil)
|
||||||
|
;; Open file with folded headlines
|
||||||
|
(setq org-startup-folded 'content)
|
||||||
|
|
Loading…
Reference in New Issue