Update mu4e.rcp (#2903)

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")
This commit is contained in:
Fr. John Jenkins 2023-06-11 20:30:52 +02:00 committed by GitHub
parent 807b15c9c9
commit c11d12a176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
)