~edwargix/emacs.d

1dc037f2f4e1ad192805244e4756b3180d2302c7 — David Florness 6 years ago 5ed6058
Install python-docsting

M-q doesn't work well in Python docstrings without this.
1 files changed, 4 insertions(+), 0 deletions(-)

M lisp/setup-python.el
M lisp/setup-python.el => lisp/setup-python.el +4 -0
@@ 5,3 5,7 @@
(use-package pipenv
  :hook (python-mode . pipenv-mode)
  :commands (pipenv-activate))


(use-package python-docstring
  :hook (python-mode . (lambda () (python-docstring-mode t))))