Ensure that secrets from pass can be read during init
This commit is contained in:
parent
4d41774760
commit
dd00b9be3b
@ -345,7 +345,9 @@ Interfacing with Pass, the "standard Unix password manager". This should also be
|
||||
password-store-copy)
|
||||
:config
|
||||
(setq password-store-password-length 20)
|
||||
(leader-def-key "P" 'password-store-copy))
|
||||
:init
|
||||
(leader-def-key "P" 'password-store-copy)
|
||||
(epa-file-enable))
|
||||
|
||||
(use-package pass
|
||||
:if (executable-find "pass")
|
||||
|
Loading…
Reference in New Issue
Block a user