From 8898e371a45be72cb41f6cb89a85598a0f89fadb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 17:01:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(org)=20Make=20org-indent=20the?= =?UTF-8?q?=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 9c66ab9..33703ed 100644 --- a/config.org +++ b/config.org @@ -1131,6 +1131,12 @@ Hide emphasis markers. While this sometimes is very distracting it mostly looks (setq org-hide-emphasis-markers t) #+end_src +Make indented display of org files the default + +#+begin_src emacs-lisp +(setq org-startup-indented t) +#+end_src + ** Org font adjustments I like to have larger headlines in Org for better identifying them. The configuration of [[https://config.daviwil.com/emacs#fonts-and-bullets][David Wilson]] was a large help in this regard.