diff --git a/emacs/init.org b/emacs/init.org index 176a928..3498bdf 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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")