Prevent creation of ~/.emacs.d/elpa

Due o package-gnupghome-dir not being set properly.
This commit is contained in:
Henrik Lissner 2018-06-20 12:45:51 +02:00
parent d4ba03791f
commit 643c64c19f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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/")