diff options
author | jao <jao@gnu.org> | 2025-06-18 02:41:14 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-06-18 02:41:14 +0100 |
commit | 7cf303cbb820626faf2f35d72fb0e17309dc32b9 (patch) | |
tree | f550f21c6f696ef4c7c8ba64323e80b3582c352f | |
parent | 3cb2c9bf8da5287c5934d0fd068ea0d39ea7616d (diff) | |
download | elibs-7cf303cbb820626faf2f35d72fb0e17309dc32b9.tar.gz elibs-7cf303cbb820626faf2f35d72fb0e17309dc32b9.tar.bz2 |
less invasive plstore prompts
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -279,7 +279,9 @@ (setq auth-sources '("~/.emacs.d/authinfo.gpg" "~/.netrc")) (use-package epa-file - :init (setq epa-file-cache-passphrase-for-symmetric-encryption t) + :init (setq epa-file-cache-passphrase-for-symmetric-encryption t + epa-file-encrypt-to "A247C4780736A6156BC8DA748C081D34D321D881" + plstore-encrypt-to epa-file-encrypt-to) :config (epa-file-enable)) (require 'epa-file) |