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)
|
password-store-copy)
|
||||||
:config
|
:config
|
||||||
(setq password-store-password-length 20)
|
(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
|
(use-package pass
|
||||||
:if (executable-find "pass")
|
:if (executable-find "pass")
|
||||||
|
Loading…
Reference in New Issue
Block a user