From 1e7df8046c1f0ee8e513ec7bc95f4fc649b6e127 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 28 Jul 2019 16:01:17 +0200 Subject: [PATCH] lang/python: disable electric indentation #1593 Electric indentation is only as good as the underlying indenter. --- modules/lang/python/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 535c52aa4..89a38ee7e 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -18,7 +18,6 @@ called.") (setq python-environment-directory doom-cache-dir python-indent-guess-indent-offset-verbose nil) :config - (set-electric! 'python-mode :chars '(?:)) (set-repl-handler! 'python-mode #'+python/open-repl) (set-docsets! 'python-mode "Python 3" "NumPy" "SciPy")