Open org mode files with folded headlines

This commit is contained in:
coolneng 2020-10-12 16:35:37 +02:00
parent 7c8dd7acfc
commit 2d74c3a675
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -40,3 +40,5 @@
(setq org-export-use-babel nil)
;; Speed up agenda startup
(setq org-agenda-dim-blocked-tasks nil)
;; Open file with folded headlines
(setq org-startup-folded 'content)