diff --git a/configuration.org b/configuration.org index cc0d48a..200174e 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index b8a57af..69b087d 100644 --- a/customizations.el +++ b/customizations.el @@ -185,6 +185,7 @@ pipenv plantuml-mode po-mode + poetry projectile projectile-speedbar pycoverage