caveats: wrap elisp caveats

Closes Homebrew/homebrew#43517.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Daniel Lee Harple 2015-09-02 14:10:01 -04:00 committed by Xu Cheng
parent a29832484c
commit 666ffe5a63

View File

@ -140,7 +140,8 @@ class Caveats
Emacs Lisp files have been installed to:
#{HOMEBREW_PREFIX}/share/emacs/site-lisp/
Add the following to your init file to have packages installed by Homebrew added to your load-path:
Add the following to your init file to have packages installed by
Homebrew added to your load-path:
(let ((default-directory "#{HOMEBREW_PREFIX}/share/emacs/site-lisp/"))
(normal-top-level-add-subdirs-to-load-path))
EOS