summaryrefslogtreecommitdiff
path: root/emacs/early-init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-03-09 16:03:26 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2024-03-09 16:03:26 +0000
commit1ecec95206799978d5f8707916acf32dfc4a2c98 (patch)
tree2b13cd9a3e7b39322f1cb864a2052de391f6d783 /emacs/early-init.el
parentb4e11e640e1d07d4a8615ca71dcc66b26c590d29 (diff)
emacs: Set ‘package-gnupghome-dir’ in init.el
Diffstat (limited to 'emacs/early-init.el')
-rw-r--r--emacs/early-init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
index 0baf63f..32c9df5 100644
--- a/emacs/early-init.el
+++ b/emacs/early-init.el
@@ -22,7 +22,6 @@ directories."
gc-cons-threshold (* 50 1024 1024)
package-archives '(("GNU ELPA" . "https://elpa.gnu.org/packages/")
("MELPA" . "https://melpa.org/packages/"))
- package-gnupghome-dir (expand-file-name "gnupg" package-user-dir)
package-user-dir (my/data-file-name "elpa")
treesit-extra-load-path `(,(my/data-file-name "tree-sitter")))