From 0094d18d7cd55a3a683328042d711f750e078347 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 9 Feb 2025 22:55:23 +0100 Subject: [PATCH] Fix org indentation --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4647720..f88135a 100644 --- a/README.org +++ b/README.org @@ -105,5 +105,5 @@ These settings ensure that block highlights aren't visible when collapsed. #+end_src *** Indentation #+begin_src elisp - (org-indent-mode 1) + (setq org-startup-indented t) #+end_src diff --git a/init.el b/init.el index f9d0e94..cbd3b7e 100644 --- a/init.el +++ b/init.el @@ -64,4 +64,4 @@ '(org-block-begin-line ((t (:inherit default :background nil)))) '(org-block-end-line ((t (:inherit default :background nil))))) -(org-indent-mode 1) +(setq org-startup-indented t) -- 2.47.2