From a7c50d0cf2d75c9cb05e10e18c82cc5a0c7d97cc Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 3 Jan 2019 12:47:49 -0600 Subject: [PATCH] Load `pipenv-activate' --- lisp/setup-python.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/setup-python.el b/lisp/setup-python.el index ba4957f..f1cb5dd 100644 --- a/lisp/setup-python.el +++ b/lisp/setup-python.el @@ -33,7 +33,8 @@ (use-package pipenv :ensure t - :hook (python-mode . pipenv-mode)) + :hook (python-mode . pipenv-mode) + :commands (pipenv-activate)) (provide 'setup-python) -- 2.38.4