Add pyenv support

This commit is contained in:
2025-02-09 14:05:12 -08:00
parent 655eb827e1
commit d65948ca41
2 changed files with 28 additions and 9 deletions

View File

@ -1755,6 +1755,7 @@ otherwise, call `bibtex-find-text'."
:hook (python-ts-mode . trusted-files-eglot-ensure-if-safe))
;; python virtual environments
(use-package pyvenv)
(use-package pyenv-mode)
;; java-ts-mode
(use-package java-ts-mode