summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2013-11-23 18:42:40 -0500
committerKyle Meyer <kyle@kyleam.com>2013-11-23 18:42:40 -0500
commit3dc1f67a9ca58bdc531aee18aad4452baaa90253 (patch)
treea4e08462471e4a766ba42a828ab5b1b416aefa46 /init
parent5afc8be7aca6ea778e85d828f7d0dd7033429ae6 (diff)
downloademacs.d-3dc1f67a9ca58bdc531aee18aad4452baaa90253.tar.gz
Change python docstring fill style
Remove newline from end of docstring
Diffstat (limited to 'init')
-rw-r--r--init/km-python.el2
1 files changed, 2 insertions, 0 deletions
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)