Update pyvenv command autoload list to include pyvenv-create

This might be used before loading pyvenv, so let's include it in the autoload
list.

However, it seems pyvenv is loading its autoloads anyway, so this change might
be irrelevant.  It's still nice to have it here for documentation.
This commit is contained in:
Daniel - 2021-04-24 09:59:50 +02:00
parent 277c360914
commit 2e8d912c14
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

View File

@ -3004,7 +3004,9 @@ With given ARG, display files in `db/important-document-path."
;; https://ddavis.io/posts/emacs-python-lsp/
(use-package pyvenv
:ensure t
:commands (pyvenv-workon pyvenv-activate)
:commands (pyvenv-workon
pyvenv-activate
pyvenv-create)
:init (unless (getenv "WORKON_HOME")
(setenv "WORKON_HOME" (expand-file-name "~/.pyenv/versions")))
:config (progn