diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-21 01:45:27 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-21 01:45:27 -0500 |
commit | 5fa99074f99f114f23b1fe869ced746a4751a774 (patch) | |
tree | 78348aad674736542a20d37d90d251cbdc9aa24a | |
parent | Undo commit a few commits back, or maybe just get rid of most of it (diff) | |
download | mmosmacs-5fa99074f99f114f23b1fe869ced746a4751a774.tar.gz mmosmacs-5fa99074f99f114f23b1fe869ced746a4751a774.tar.bz2 mmosmacs-5fa99074f99f114f23b1fe869ced746a4751a774.zip |
GPG stuff, I dunno
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -710,7 +710,9 @@ | |||
710 | ;; --------------------------------- | 710 | ;; --------------------------------- |
711 | 711 | ||
712 | (setq epa-pinentry-mode 'loopback | 712 | (setq epa-pinentry-mode 'loopback |
713 | epa-file-name-regexp "\\.\\(gpg\\|\\asc\\)\\(~\\|\\.~[0-9]+~\\)?\\'" | ||
713 | auth-source-debug t) | 714 | auth-source-debug t) |
715 | (epa-file-name-regexp-update) | ||
714 | 716 | ||
715 | 717 | ||
716 | ;; --------------------------------------------------------------------- | 718 | ;; --------------------------------------------------------------------- |