ENH fix org 9.4's folding thing

This commit is contained in:
Nathan Dwarshuis 2021-03-29 13:27:57 -04:00
parent 35a9eb2e63
commit 9ebb6f5326
1 changed files with 5 additions and 0 deletions

View File

@ -1702,6 +1702,11 @@ Org extras
(require 'org-x) (require 'org-x)
#+END_SRC #+END_SRC
** buffer interface ** buffer interface
*** startup folding
Org 9.4 by default makes files open with the outline totally unfolded. I don't like this; it makes it seem like my laptop is screaming at me whenever I view an org file.
#+begin_src emacs-lisp
(setq org-startup-folded t)
#+end_src
*** line wrap *** line wrap
:PROPERTIES: :PROPERTIES:
:ID: 02b52d3a-485c-4bb7-bea5-f2b9abbc633f :ID: 02b52d3a-485c-4bb7-bea5-f2b9abbc633f