* mu4e: add note about not being able to find mu4e
This commit is contained in:
@ -405,7 +405,15 @@ it. So, add to your @file{~/.emacs} (or its moral equivalent, such as
|
|||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
If @command{emacs} complains that it cannot find @t{mu4e}, check your
|
If @command{emacs} complains that it cannot find @t{mu4e}, check your
|
||||||
@code{load-path}.
|
@code{load-path} and make sure that @t{mu4e}'s installation directory is part
|
||||||
|
of it. If not, you can add it:
|
||||||
|
|
||||||
|
@lisp
|
||||||
|
(add-to-list 'load-path MU4E-PATH)
|
||||||
|
@end lisp
|
||||||
|
|
||||||
|
with @t{MU4E-PATH} replaced with the actual path.
|
||||||
|
|
||||||
|
|
||||||
@node Folders
|
@node Folders
|
||||||
@section Folders
|
@section Folders
|
||||||
|
|||||||
Reference in New Issue
Block a user