From a960d850b2230ea308f13b749d9fa02f347512c2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 22 Oct 2015 01:02:24 -0400 Subject: python: Don't try to guess indentation level --- lisp/init-python.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3