diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-11-23 18:42:40 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-11-23 18:42:40 -0500 |
commit | 3dc1f67a9ca58bdc531aee18aad4452baaa90253 (patch) | |
tree | a4e08462471e4a766ba42a828ab5b1b416aefa46 | |
parent | 5afc8be7aca6ea778e85d828f7d0dd7033429ae6 (diff) | |
download | emacs.d-3dc1f67a9ca58bdc531aee18aad4452baaa90253.tar.gz |
Change python docstring fill style
Remove newline from end of docstring
-rw-r--r-- | init/km-python.el | 2 |
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) |