Set up the sphinx-doc package

This commit is contained in:
Gergely Polonkai 2018-11-19 14:34:35 +01:00
parent 5c36ad7653
commit e5f65f504c
1 changed files with 8 additions and 0 deletions

View File

@ -2352,6 +2352,14 @@ Because its 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 thats still my favourite language.