diff options
| -rw-r--r-- | Library/Homebrew/caveats.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 3eab3722b..7c0cf0d0a 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -134,6 +134,7 @@ class Caveats end def elisp_caveats + return if f.keg_only? if keg && keg.elisp_installed? <<-EOS.undent Emacs Lisp files have been installed to: |
