Install the poetry package

This commit is contained in:
Gergely Polonkai 2019-12-03 09:25:14 +01:00
parent 62798285a8
commit b67bc78f3f
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 11 additions and 0 deletions

View File

@ -2667,6 +2667,16 @@ Because its great.
(pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended)) (pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended))
#+END_SRC #+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 ** Automatically insert Sphinx-style docstrings
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View File

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