From 4e4aedfccf1e79a7b9dc195f51020c5cfaab82c8 Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 22 Mar 2024 19:44:47 +0100 Subject: [PATCH] Fold org-mode subtrees by default --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 7788fc1..3c0737b 100644 --- a/init.org +++ b/init.org @@ -994,6 +994,7 @@ org-hide-emphasis-markers t org-pretty-entities t org-src-fontify-natively t + org-startup-folded t org-edit-src-content-indentation 0)) #+end_src