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
Not sure if this is about home-emacsmacport, but someone on ES hinted that it could be a bug.
To sum it up, I tried to split even more my configuration files and took for model Steve Purcell's dot files I believe (making each partial a package on its own and require them in init.el). I then tried to wrap all package-related configuration with with-eval-after-load.
Actually I can, here is my current init.el. I had an issue where (load-theme 'zenburn t) overwrites my configuration for helm's faces, so I tried to move up (use-package init-theme). If I move it up to the line 63, I will experience the same issue as described in my ES post (but my issue with helm's faces will be solved).
Sorry, I will close this issue since it's a long time ago. Besides I believe this issue might not relates to the homebrew formula or packing? You are welcome to open a new issue if you still see this issue on the most recent version, thanks!
Not sure if this is about home-emacsmacport, but someone on ES hinted that it could be a bug.
To sum it up, I tried to split even more my configuration files and took for model Steve Purcell's dot files I believe (making each partial a package on its own and
require
them in init.el). I then tried to wrap all package-related configuration withwith-eval-after-load
.Here is the link to the ES post: http://emacs.stackexchange.com/questions/12487/when-should-i-use-with-eval-after-load-in-my-configuration-files
The text was updated successfully, but these errors were encountered: