lang/python: disable electric indentation #1593
Electric indentation is only as good as the underlying indenter.
This commit is contained in:
parent
c2af0723d7
commit
1e7df8046c
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue