jimeh/emacs-builds

mu4e is missing in the builded app

maikol-solis opened this issue · 3 comments

I installed your latest nightly from the emacs-28 and I got this error at startup

Warning (initialization): An error occurred while loading ‘/Users/maikol/.emacs.d/init.el’:

Error in private config: config.el, (file-missing Cannot open load file No such file or directory mu4e)

The temporary solution is to add this to the config

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e")

I think that loading mu4e should be loading directly by the app instead of the user.

Best.

jimeh commented

Apologies, this issue came up in the comments on Reddit a few months back, and I managed to completely forget about it.

I've now raised a pull request with what should hopefully fix it, and I've fired off a test build from that PR to verify it works.

If the build succeeds and you're feeling adventurous, feel free to download the dmg artifact to test it. I'll be testing it myself sometime tomorrow.

jimeh commented

That's now merged, so starting with next nightly builds (2022-02-08, in about 23 hours), mu4e and other emacs packages made available via a homebrew formula should work out of the box.

Thanks for your help!