From 7729f813a1f10f42c5774d9acbfd3ee0707471b3 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 16 Mar 2021 15:01:42 -0400 Subject: [PATCH] [org] Prefer startup with folded items --- global.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index 8ff5088..f5cb3eb 100644 --- a/global.org +++ b/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 ~…~