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 and takaxp committed Jun 17, 2024
1 parent fb0a27a commit 5e69b24
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 5e69b24

Please sign in to comment.