lang/python: disable electric indentation #1593

Electric indentation is only as good as the underlying indenter.
This commit is contained in:
Henrik Lissner 2019-07-28 16:01:17 +02:00
parent c2af0723d7
commit 1e7df8046c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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")