Install the poetry package

master
Gergely Polonkai 4 years ago
parent 62798285a8
commit b67bc78f3f
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93

@ -2667,6 +2667,16 @@ Because its great.
(pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended))
#+END_SRC
** Poetry
Because its also great.
#+BEGIN_SRC emacs-lisp
(use-package poetry
:config
(poetry-tracking-mode))
#+END_SRC
** Automatically insert Sphinx-style docstrings
#+BEGIN_SRC emacs-lisp

@ -185,6 +185,7 @@
pipenv
plantuml-mode
po-mode
poetry
projectile
projectile-speedbar
pycoverage

Loading…
Cancel
Save