Replace pyenv with pet
This commit is contained in:
parent
4b93f97120
commit
9de39625c1
1 changed files with 4 additions and 2 deletions
6
init.el
6
init.el
|
@ -812,8 +812,10 @@
|
|||
(use-package rust-mode
|
||||
:ensure t)
|
||||
|
||||
(use-package pyvenv
|
||||
:ensure t)
|
||||
(use-package pet
|
||||
:ensure t
|
||||
:config
|
||||
(add-hook 'python-base-mode-hook 'pet-mode -10))
|
||||
|
||||
(use-package paredit
|
||||
:ensure t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue