Remove unecessary :commands list

This commit is contained in:
Jeremy Dormitzer 2020-01-14 17:15:39 -05:00
parent dd00b9be3b
commit 461fdeeb9f

View File

@ -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