From 2e8d912c147963dcb7e9eaf2d50f79d39e481a7f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 24 Apr 2021 09:59:50 +0200 Subject: [PATCH] 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. --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index d71a1d9..3f3d664 100644 --- a/init.el +++ b/init.el @@ -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