diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 7c0cf0d0af..c8e466cabd 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