diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-14 15:07:17 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-09-01 22:57:19 -0400 |
commit | 7274025eafccc65f4a8496f4e5290727cd9d2731 (patch) | |
tree | fe05c0a464438a4d5c62b21093872fad24298091 | |
parent | a3892978070d6dc42a93eb4e72f74cd6901ca93e (diff) | |
download | emacs.d-7274025eafccc65f4a8496f4e5290727cd9d2731.tar.gz |
Set org-startup-folded to t
The default has changed in v9.4.
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ (setq org-outline-path-complete-in-steps nil org-goto-interface 'outline-path-completionp org-goto-max-level 3) + (setq org-startup-folded t) (setq org-default-notes-file "~/notes/tasks.org") (setq org-agenda-text-search-extra-files |