diff --git a/config.org b/config.org index 8a6ea3d..b5a9771 100644 --- a/config.org +++ b/config.org @@ -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.