Explicitly enable adaptive indentation in Org
This seems to be inconsistent across different systems otherwise, for some reason.
This commit is contained in:
parent
c4fe02cc82
commit
53d1b7840b
@ -504,6 +504,14 @@
|
||||
(setq org-habit-show-done-always-green t)
|
||||
#+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
|
||||
** Generic
|
||||
Generally, 8-character-wide tabs are not my thing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user