Fix startup eln chache redirect

This commit is contained in:
Alexander Rosenberg 2024-04-17 02:52:55 -07:00
parent 2bf7671be7
commit 6488784ee0
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -4,6 +4,6 @@
;; Move native compile cache to follor no-littering conventions ;; Move native compile cache to follor no-littering conventions
(when (fboundp 'startup-redirect-eln-cache) (when (fboundp 'startup-redirect-eln-cache)
(startup-redirect-eln-cache (startup-redirect-eln-cache "var/eln-cache/"))
(convert-standard-filename
(expand-file-name "var/eln-cache/" user-emacs-directory)))) ;;; early-init.el ends here