From 53d1b7840ba2cf53892265dc59f6a97fe77da863 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:38 +0000 Subject: [PATCH] Explicitly enable adaptive indentation in Org This seems to be inconsistent across different systems otherwise, for some reason. --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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.