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