dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Update mu4e.rcp #2903

Closed jsrjenkins closed 1 year ago

jsrjenkins commented 1 year ago

The build directory actually contains the finished product which are never moved out of that directory. You cannot load mu4e until you point the load-path to the build directory first. An alternative work around is to specify this parameter: (el-get-bundle mu4e :load-path "build/mu4e")

jsrjenkins commented 1 year ago

This problem was discovered by trying to update mu4e and having a "mu4e-config.el" file not found.