-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Apologies for not having enough time to make a proper report. I've used Chemacs in the past successfully and wanted to try rolling up a new config today after spending over a year with one I've been chipping away at. So I installed Chemacs 2 and tried restarting, only to get a few issues with my straight.el + org based config.
I began running into what appeared to be path issues. all-the-icons
failed to find ./data/something-or-other
and then straight could not seem to even find git
to execute properly.
It smelled of issues with the byte-compiled files, so i just razed the build
directory for the straight packages and restarted which had straight rebuild / recompile everything.
Now it appears to work fine, but perhaps this may be useful to notate in the readme for users adopting an existing config. it may be unrelated to straight, and simply something about byte compiled files and paths getting moved that i'm unaware of.
thanks for the work on chemacs btw! its been quite handy in a few different scenarios over the years.