Install the poetry package
This commit is contained in:
parent
62798285a8
commit
b67bc78f3f
@ -2667,6 +2667,16 @@ Because it’s great.
|
||||
(pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended))
|
||||
#+END_SRC
|
||||
|
||||
** Poetry
|
||||
|
||||
Because it’s 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…
Reference in New Issue
Block a user