diff --git a/configuration.org b/configuration.org index 8c0d4eb..4e38626 100644 --- a/configuration.org +++ b/configuration.org @@ -2352,6 +2352,14 @@ Because it’s great. (setq pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended)) #+END_SRC +** Automatically insert Sphinx-style docstrings + +#+BEGIN_SRC emacs-lisp +(use-package sphinx-doc + :hook + (python-mode . sphinx-doc-mode)) +#+END_SRC + * C mode Because that’s still my favourite language.