diff options
| -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) |
