-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: configurable cache directory #4018
Comments
I assume you could override |
I don't want to go editing the init.el in my .emacs.d |
Did you try to set it in the user-init function of the dotfile ? |
@syl20bnr I tried, it works for most of them, but not all cached files. Probably there are some cache paths that are defined before |
This is surprising, the call to init and init-user is made pretty early, I'll look into it. |
( or maybe I tested, again, something in the wrong way 😅 ) |
So I've moved my entire .emacs.d to the local disk, removed my $HOME/.emacs.d. Everything seems to work fine but I do get this odd error rigt after initialisationLoading c:/cygwin-1.7.31-3/home/hjw/.emacs.d/layers/shell/packages.el (source)...done I invoke emacs withrunemacs.exe -q --load=~/.rcm/spacemacs/init-local.el init-local.el looks like:(load-file (expand-file-name " (setq-default user-init-file "/home/hjw/.emacs.d/init.el") I have to force the cygwinification before loading spacemacs-core because quelpa doesn't work on cygwin properly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
#15499 might be of interest |
I like to keep my .emacs.d in my home directory which is NFS mounted, but I'd like to use a local cache for speed reasons. Would it be possible to have an override for the cache directory. I don't mind having to specify it as some custom elisp in a startup script, but obviously it would be cleaner in the .spacemacs file.
The text was updated successfully, but these errors were encountered: