diff --git a/emacs/init.org b/emacs/init.org index 3498bdf..8b7a4ca 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -339,10 +339,8 @@ Interfacing with Pass, the "standard Unix password manager". This should also be (with-editor-async-shell-command "pass git pull && pass git push")) (use-package password-store + :defer t :if (executable-find "pass") - :commands (password-store-list - password-store-get - password-store-copy) :config (setq password-store-password-length 20) :init