Ensure that secrets from pass can be read during init

This commit is contained in:
Jeremy Dormitzer 2020-01-14 17:15:21 -05:00
parent 4d41774760
commit dd00b9be3b

View File

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