From 461fdeeb9ff92d79e4a2bc012d0a7fa99ce9bda4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 14 Jan 2020 17:15:39 -0500 Subject: [PATCH] Remove unecessary :commands list --- emacs/init.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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