Explicitly enable adaptive indentation in Org

This seems to be inconsistent across different systems otherwise, for
some reason.
This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:38 +00:00
parent c4fe02cc82
commit 53d1b7840b

View File

@ -504,6 +504,14 @@
(setq org-habit-show-done-always-green t) (setq org-habit-show-done-always-green t)
#+end_src #+end_src
** Identation
Setting [[help:org-adapt-indentation][org-adapt-indentation]] to ~t~ ensures that Org will indent text
under a headline:
#+begin_src emacs-lisp
(setq org-adapt-indentation t)
#+end_src
* Language Integrations * Language Integrations
** Generic ** Generic
Generally, 8-character-wide tabs are not my thing. Generally, 8-character-wide tabs are not my thing.