From e15290b262146c0c1de920f59e8f0cdfe9130fb4 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 10 Dec 2020 05:11:31 +0100 Subject: [PATCH] Remove the pipenv package I no longer use pipenv in any of my projects as i switched to poetry. --- configuration.org | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configuration.org b/configuration.org index 640c8d5..1d59eb2 100644 --- a/configuration.org +++ b/configuration.org @@ -2737,18 +2737,6 @@ Maybe add ∉ for ~not in~ later, if possible. ("" . nil))) ; I really don’t like the C-RET functionality of ElPy #+END_SRC -** PipEnv - -Because it’s great. - -#+BEGIN_SRC emacs-lisp -(use-package pipenv - :hook - (python-mode . pipenv-mode) - :custom - (pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended)) -#+END_SRC - ** Poetry Because it’s also great.