diff options
Diffstat (limited to 'emacs/early-init.el')
| -rw-r--r-- | emacs/early-init.el | 1 |
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"))) |
