Skip to content

Commit

Permalink
Update mu4e.rcp (dimitri#2903)
Browse files Browse the repository at this point in the history
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")
  • Loading branch information
jsrjenkins authored Jun 11, 2023
1 parent 807b15c commit c11d12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mu4e.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
(el-get-package-directory 'mu4e))))
:build `(("./autogen.sh")
("make"))
:load-path "mu4e"
:load-path "build/mu4e"
:info "build/mu4e/mu4e.info"
)

0 comments on commit c11d12a

Please sign in to comment.