Prevent creation of ~/.emacs.d/elpa
Due o package-gnupghome-dir not being set properly.
This commit is contained in:
parent
d4ba03791f
commit
643c64c19f
1 changed files with 1 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue