* mu4e: some doc fixes

This commit is contained in:
djcb
2012-10-14 21:42:51 +03:00
parent 00bdfa7a7c
commit fb8502768d

View File

@ -284,7 +284,8 @@ installation follows the normal steps:
@example
$ tar xvfz mu-<version>.tar.gz # use the specific version
$ cd mu-<version>
$./configure && make
# On the BSDs: use gmake instead of make
$ ./configure && make
$ sudo make install
@end example
@ -303,6 +304,7 @@ $ git clone git://github.com/djcb/mu.git
$ cd mu
$ autoreconf -i && ./configure && make
# On the BSDs: use gmake instead of make
$ sudo make install
@end example
@ -314,7 +316,14 @@ different versions} on your system, and be available from the command line
in @command{emacs}.
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