Replies: 2 comments 2 replies
-
First check if
(when (and (boundp 'native-comp-eln-load-path)
(fboundp 'startup-redirect-eln-cache))
(startup-redirect-eln-cache
(convert-standard-filename
(expand-file-name "var/eln-cache/" user-emacs-directory)))) That addresses the issue when native-compilation is not actually available (by making this a no-op). I currently have native compilation disabled (due to unrelated complications), so the rest is speculation. I would expect the original snippet to work as-is, provided native-compilation is available, but if it doesn't, then putting a |
Beta Was this translation helpful? Give feedback.
-
Indeed Thanks. But, not sure you need |
Beta Was this translation helpful? Give feedback.
-
Don't know if it's just me, but in emacs master as of Sep 7, the suggested early-init snippet (from readme https://github.com/emacscollective/no-littering)
causes
I compiled a fresh Git checkout of Emacs, on Debian sid without any custom configure flags, and used a fresh
--init-directory
that contains only aforementioned snippet.Beta Was this translation helpful? Give feedback.
All reactions