mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: disable electric indentation #1593
Electric indentation is only as good as the underlying indenter.
This commit is contained in:
@ -18,7 +18,6 @@ called.")
|
|||||||
(setq python-environment-directory doom-cache-dir
|
(setq python-environment-directory doom-cache-dir
|
||||||
python-indent-guess-indent-offset-verbose nil)
|
python-indent-guess-indent-offset-verbose nil)
|
||||||
:config
|
:config
|
||||||
(set-electric! 'python-mode :chars '(?:))
|
|
||||||
(set-repl-handler! 'python-mode #'+python/open-repl)
|
(set-repl-handler! 'python-mode #'+python/open-repl)
|
||||||
(set-docsets! 'python-mode "Python 3" "NumPy" "SciPy")
|
(set-docsets! 'python-mode "Python 3" "NumPy" "SciPy")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user