From: alex Date: Tue, 13 Feb 2024 20:12:54 +0000 (+0100) Subject: Collapse org on startup X-Git-Tag: 20240214-emacs X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=82278b3154aa93c50d3cb60e3e7774ee4cdae327;p=alex.git Collapse org on startup --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 2256662..3090e31 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -5,6 +5,7 @@ (setq compilation-scroll-output t) (setq column-number-mode t) (setq-default show-trailing-whitespace t) +(setq org-startup-folded t) ;; From https://www.emacswiki.org/emacs/SmoothScrolling#h5o-8 (setq scroll-step 1)