From 5c63fdd5d68e9058f9b3aeafcd80f8872f3749f4 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 4 Feb 2024 20:06:15 +0000 Subject: emacs: Store GnuPG keys alongside ELPA packages --- emacs/early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3-70-g09d2