summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDominik Kaiser2025-02-09 22:55:23 +0100
committerDominik Kaiser2025-02-09 22:55:23 +0100
commit0094d18d7cd55a3a683328042d711f750e078347 (patch)
tree32c5c5d050c1b73be91a540ac3c0c950f56dea6d /README.org
parentfc4f5dedfd80e28101081f9f489024bc5e3bdb44 (diff)
downloademacs-0094d18d7cd55a3a683328042d711f750e078347.tar.gz
emacs-0094d18d7cd55a3a683328042d711f750e078347.zip
Fix org indentation
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 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