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))))