summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-28 08:23:19 +0000
committernoa@gaiwan.org2024-07-28 08:23:19 +0000
commitdab4339fc1f72fe87ec15591713a3a681bc2114e (patch)
treeef5b803bd635e07215b7042e125757b2b102e06b /config.org
parent0de128a453649c63a250fdef50d7291e6c02f105 (diff)
Don't use aggressive indent mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.org b/config.org
index c0ecb83..b62bb77 100644
--- a/config.org
+++ b/config.org
@@ -1587,13 +1587,6 @@ Usually, we want indentation to be done with tabs.  Some modes make more sense t
                   (if (apply #'derived-mode-p space-indent-modes) nil t))))
 #+end_src
 
-I want to ensure that indentation is always correct.  The builtin electric indent mode works /sometimes/, but the aggressive indent mode package is more reliable.
-
-#+begin_src elisp
-  ;; (package-ensure 'aggressive-indent)
-  (setopt global-aggressive-indent-mode t)
-#+end_src
-
 * Sentences
 I prefer to double space sentences.  But it seems that most other people do not, and the sentence navigation commands still work for my sentences with this set to nil, but don't work for other people's with it set to t.  There are of course some little errors with this, like ending a title with a full stop, but for the most part it's fine.