Remove doom-elpa-dir variable

And just use package-user-dir. No need for two variable when one will
do.
This commit is contained in:
Henrik Lissner 2019-09-24 20:49:24 -04:00
parent 22e3dfa677
commit 45240699e0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 5 additions and 9 deletions

View file

@ -74,8 +74,8 @@ missing) and shouldn't be deleted.")
;; shouldn't be using it, but it may be convenient for quick package testing.
(setq package--init-file-ensured t
package-enable-at-startup nil
package-user-dir doom-elpa-dir
package-gnupghome-dir (expand-file-name "gpg" doom-elpa-dir)
package-user-dir (concat doom-local-dir "elpa/")
package-gnupghome-dir (expand-file-name "gpg" package-user-dir)
;; I omit Marmalade because its packages are manually submitted rather
;; than pulled, so packages are often out of date with upstream.
package-archives