diff options
-rw-r--r-- | lisp/init-python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-python.el b/lisp/init-python.el index b27472f..b68da61 100644 --- a/lisp/init-python.el +++ b/lisp/init-python.el @@ -1,4 +1,5 @@ -(setq python-fill-docstring-style 'pep-257-nn) +(setq python-fill-docstring-style 'pep-257-nn + python-indent-guess-indent-offset nil) (setq python-shell-interpreter "ipython" python-shell-prompt-detect-enabled nil) |