From c93ded9ab8895d10920c48219339f96f694f21ad Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Apr 2024 17:02:36 -0500 Subject: moving elpa mirrors into user-emacs-directory --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index ae12365f..ec15db20 100644 --- a/early-init.el +++ b/early-init.el @@ -105,7 +105,7 @@ (defconst user-home-dir (getenv "HOME") "The user's home directory per the environment variable.") -(defconst elpa-mirror-location "~/.elpa-mirrors/" +(defconst elpa-mirror-location (concat user-emacs-directory ".elpa-mirrors/") "The path to the elpa mirror location.") (setq package-archives nil) ;; package-archives will be added below -- cgit v1.2.3