From 156fefb113ebaac13505fded326692b1e298dbeb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 30 Jul 2018 22:10:04 +0200 Subject: [PATCH] Add the pipenv package --- configuration.org | 11 +++++++++++ customizations.el | 1 + 2 files changed, 12 insertions(+) diff --git a/configuration.org b/configuration.org index f2e60ef..ed2b7df 100644 --- a/configuration.org +++ b/configuration.org @@ -2066,6 +2066,17 @@ Maybe add ∉ for ~not in~ later, if possible. (add-hook 'python-mode-hook 'anaconda-eldoc-mode)) #+END_SRC +** PipEnv + +Because it’s great. + +#+BEGIN_SRC emacs-lisp +(use-package pipenv + :hook (python-mode . pipenv-mode) + :init + (setq pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended)) +#+END_SRC + * C mode Because that’s still my favourite language. diff --git a/customizations.el b/customizations.el index 028c793..8774ace 100644 --- a/customizations.el +++ b/customizations.el @@ -138,6 +138,7 @@ origami package-build page-break-lines + pipenv plantuml-mode po-mode projectile