* mu4e: some doc fixes
This commit is contained in:
@ -284,7 +284,8 @@ installation follows the normal steps:
|
|||||||
@example
|
@example
|
||||||
$ tar xvfz mu-<version>.tar.gz # use the specific version
|
$ tar xvfz mu-<version>.tar.gz # use the specific version
|
||||||
$ cd mu-<version>
|
$ cd mu-<version>
|
||||||
$./configure && make
|
# On the BSDs: use gmake instead of make
|
||||||
|
$ ./configure && make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@ -303,6 +304,7 @@ $ git clone git://github.com/djcb/mu.git
|
|||||||
|
|
||||||
$ cd mu
|
$ cd mu
|
||||||
$ autoreconf -i && ./configure && make
|
$ autoreconf -i && ./configure && make
|
||||||
|
# On the BSDs: use gmake instead of make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@ -314,7 +316,14 @@ different versions} on your system, and be available from the command line
|
|||||||
in @command{emacs}.
|
in @command{emacs}.
|
||||||
|
|
||||||
You may need to restart @command{emacs}, so it can find @t{mu4e} in its
|
You may need to restart @command{emacs}, so it can find @t{mu4e} in its
|
||||||
@code{load-path}.
|
@code{load-path}. If, even after restarting, @command{emacs} cannot find
|
||||||
|
@t{mu4e}, you may need to add to your @code{load-path} explicitly; check where
|
||||||
|
@t{mu4e} is installed, and add something like the following to your
|
||||||
|
configuration before trying again:
|
||||||
|
@lisp
|
||||||
|
;; the exact path may differ -- check it
|
||||||
|
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||||
|
@end lisp
|
||||||
|
|
||||||
@subsection mu4e and emacs customization
|
@subsection mu4e and emacs customization
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user