From b67bc78f3f7cdf26856dd0496a00442113b10530 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 3 Dec 2019 09:25:14 +0100 Subject: [PATCH] Install the poetry package --- configuration.org | 10 ++++++++++ customizations.el | 1 + 2 files changed, 11 insertions(+) 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