lang/python: improve pipenv support
This commit is contained in:
parent
18925b51db
commit
69eb2cd40d
1 changed files with 5 additions and 1 deletions
|
@ -130,7 +130,11 @@
|
|||
|
||||
(def-package! pipenv
|
||||
:commands pipenv-project-p
|
||||
:hook (python-mode . pipenv-mode))
|
||||
:hook (python-mode . pipenv-mode)
|
||||
:init (setq pipenv-with-projectile nil)
|
||||
:config
|
||||
(advice-add #'pipenv-activate :after-while #'+python|update-version)
|
||||
(advice-add #'pipenv-deactivate :after-while #'+python|update-version))
|
||||
|
||||
|
||||
(def-package! pyenv-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue