summaryrefslogtreecommitdiff
path: root/init/km-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-python.el')
-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)