lang/python: be quiet about indent guessing

This commit is contained in:
Henrik Lissner 2017-02-27 20:52:50 -05:00
parent 8abf254a48
commit 3a502f9bfd

View file

@ -4,6 +4,7 @@
:commands python-mode
:init
(setq python-environment-directory doom-cache-dir
python-indent-guess-indent-offset-verbose nil
python-shell-interpreter "ipython"
python-shell-interpreter-args "--deep-reload"
python-shell-prompt-regexp "In \\[[0-9]+\\]: "