Skip to content

Commit

Permalink
feat(prog): add support for pyenv via pyenv.el
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 16, 2024
1 parent 2436e29 commit 9bb5b84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
(use-package pyvenv
:straight t)

(use-package pyenv
:straight (:host github :repo "aiguofer/pyenv.el")
:when (executable-find "pyenv")
:hook (minemacs-first-python-file . global-pyenv-mode)
:custom
(pyenv-show-active-python-in-modeline nil))

(use-package gitlab-ci-mode
:straight t)

Expand Down

0 comments on commit 9bb5b84

Please sign in to comment.