[org] Prefer startup with folded items

master
Jacopo De Simoi 5 years ago
parent 9cd914c1bd
commit 7729f813a1
  1. 4
      global.org

@ -692,7 +692,9 @@
~truncate-lines~
#+begin_src emacs-lisp
(add-hook 'org-mode-hook 'turn-on-auto-fill)
(setq org-starting-truncated nil)
(setq org-starting-truncated nil
org-startup-folded t)
#+end_src
*** Cosmetics
Change the default ellipsis ~...~ to the unicode ellipsis ~…~

Loading…
Cancel
Save