From e5f65f504c347081b55ea013f6f0fbfcdcb78e6b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 Nov 2018 14:34:35 +0100 Subject: [PATCH] Set up the sphinx-doc package --- configuration.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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.