diff options
| author | Daniel Lee Harple | 2015-09-02 14:10:01 -0400 |
|---|---|---|
| committer | Xu Cheng | 2015-09-04 16:03:48 +0800 |
| commit | 666ffe5a636f1cec74b1d027d63a47a5ec0a3904 (patch) | |
| tree | b8656f6d3871c224b86e12feeab7c72cbcad62e3 /Library | |
| parent | a29832484c8ccceeb5437d4793d3a6c186cb304c (diff) | |
| download | brew-666ffe5a636f1cec74b1d027d63a47a5ec0a3904.tar.bz2 | |
caveats: wrap elisp caveats
Closes Homebrew/homebrew#43517.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 7c0cf0d0a..c8e466cab 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -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 |
