summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9fea42f..0fb0767 100644
--- a/init.el
+++ b/init.el
@@ -86,6 +86,7 @@
(use-package auto-indent-mode
:config (auto-indent-global-mode)
:diminish auto-indent-mode
+ :disabled t ;; this mode tries to do way too much
:ensure t
)