commit 92317e2fe8dd489d77ed9c51fc45de9e02c0d0ae
parent b52d8f58b86d46cdd17cdb493ec18c3e9d6eedef
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 13 Jan 2022 13:56:39 +0100
emacs: at org startup, I just want to show all headlines
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -389,7 +389,6 @@ Show matching parentheses:
(show-paren-mode t)
#+end_src
-
*** Cursor
The default box cursor isn't really accurate, because the cursor is actually between letters, not on a letter.
So, I want a bar instead of a box:
@@ -883,7 +882,7 @@ I want to hide drawers on startup. This variable has options:
- 'showeverything: Show even drawer contents.
#+begin_src emacs-lisp
- (setq org-startup-folded 'show3levels)
+ (setq org-startup-folded 'content)
#+end_src
*** Task ordering