aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-21 01:45:27 -0500
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-21 01:45:27 -0500
commit5fa99074f99f114f23b1fe869ced746a4751a774 (patch)
tree78348aad674736542a20d37d90d251cbdc9aa24a
parentUndo commit a few commits back, or maybe just get rid of most of it (diff)
downloadmmosmacs-5fa99074f99f114f23b1fe869ced746a4751a774.tar.gz
mmosmacs-5fa99074f99f114f23b1fe869ced746a4751a774.tar.bz2
mmosmacs-5fa99074f99f114f23b1fe869ced746a4751a774.zip
GPG stuff, I dunno
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index d8ddbcf..33c0ad4 100644
--- a/init.el
+++ b/init.el
@@ -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;; ---------------------------------------------------------------------