From 3dc1f67a9ca58bdc531aee18aad4452baaa90253 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 23 Nov 2013 18:42:40 -0500 Subject: Change python docstring fill style Remove newline from end of docstring --- init/km-python.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init') diff --git a/init/km-python.el b/init/km-python.el index 7840646..8518018 100644 --- a/init/km-python.el +++ b/init/km-python.el @@ -25,3 +25,5 @@ (add-to-list 'interpreter-mode-alist '("python2" . python-mode)) (add-to-list 'interpreter-mode-alist '("python3" . python-mode)) + +(setq python-fill-docstring-style 'pep-257-nn) -- cgit v1.2.3