Remove unecessary :commands list
This commit is contained in:
parent
dd00b9be3b
commit
461fdeeb9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user