You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside is my .init.el file, however, it is symlinked to the actual file which is stored in my dropbox directory: d:\dropbox\emacs\.init.el
When I run esup I expect it to use my .emacs.d directory, and not my dropbox directory. However, when esup starts it is downloading all of the packages again to my dropbox dir, and I think its due to the symlink
The location of my user init file is correct (Simon\.emacs.d).
Is there any way to get esup to use the .emacs.d directory without following the symlink and downloading everything again to the dropbox dir?
This is rather interesting since I also have an init.el file symlinked in from somewhere else, and have never experienced this sort of problem with esup. I bet it's a Windows-only issue (I use macOS) since symlinks are handled differently on Windows.
My emacs dir is
c:\Users\Simon\.emacs.d
Inside is my
.init.el
file, however, it is symlinked to the actual file which is stored in my dropbox directory:d:\dropbox\emacs\.init.el
When I run
esup
I expect it to use my .emacs.d directory, and not my dropbox directory. However, when esup starts it is downloading all of the packages again to my dropbox dir, and I think its due to the symlinkThe location of my user init file is correct (
Simon\.emacs.d
).Is there any way to get esup to use the .emacs.d directory without following the symlink and downloading everything again to the dropbox dir?
My config is here if it helps
The text was updated successfully, but these errors were encountered: