Set up the sphinx-doc package
This commit is contained in:
parent
5c36ad7653
commit
e5f65f504c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user