mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Prevent creation of ~/.emacs.d/elpa
Due o package-gnupghome-dir not being set properly.
This commit is contained in:
@ -50,6 +50,7 @@ missing) and shouldn't be deleted.")
|
||||
|
||||
(setq package--init-file-ensured t
|
||||
package-user-dir (expand-file-name "elpa" doom-packages-dir)
|
||||
package-gnupghome-dir (expand-file-name "gpg" doom-packages-dir)
|
||||
package-enable-at-startup nil
|
||||
package-archives
|
||||
'(("gnu" . "https://elpa.gnu.org/packages/")
|
||||
|
Reference in New Issue
Block a user