diff options
| author | Dominik Kaiser | 2025-02-09 22:55:23 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-09 22:55:23 +0100 |
| commit | 0094d18d7cd55a3a683328042d711f750e078347 (patch) | |
| tree | 32c5c5d050c1b73be91a540ac3c0c950f56dea6d | |
| parent | fc4f5dedfd80e28101081f9f489024bc5e3bdb44 (diff) | |
| download | emacs-0094d18d7cd55a3a683328042d711f750e078347.tar.gz emacs-0094d18d7cd55a3a683328042d711f750e078347.zip | |
Fix org indentation
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | init.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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) |
