Remove the pipenv package

I no longer use pipenv in any of my projects as i switched to poetry.
This commit is contained in:
Gergely Polonkai 2020-12-10 05:11:31 +01:00
parent eb822441cc
commit e15290b262
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 12 deletions

View File

@ -2737,18 +2737,6 @@ Maybe add ∉ for ~not in~ later, if possible.
("<C-return>" . nil))) ; I really dont like the C-RET functionality of ElPy
#+END_SRC
** PipEnv
Because its 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 its also great.