summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-02-04 20:06:15 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2024-02-04 20:06:15 +0000
commit5c63fdd5d68e9058f9b3aeafcd80f8872f3749f4 (patch)
tree2377687d800913c4cbb4866f9b1d2a501ebc0e9a
parent6782782c1137ce1424633aaab1b16906df017677 (diff)
emacs: Store GnuPG keys alongside ELPA packages
-rw-r--r--emacs/early-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
index f566d8f..1ba4baa 100644
--- a/emacs/early-init.el
+++ b/emacs/early-init.el
@@ -23,7 +23,8 @@ directories."
(setopt package-archives '(("GNU ELPA" . "https://elpa.gnu.org/packages/")
("MELPA" . "https://melpa.org/packages/"))
- package-user-dir (my/data-file-name "elpa"))
+ package-user-dir (my/data-file-name "elpa")
+ package-gnupghome-dir (expand-file-name "gnupg" package-user-dir))
;; Further Early Customization