aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-14 13:40:09 -0700
committerAdam Vandenberg2011-06-14 13:40:09 -0700
commit280143e1f752f6a9116a1a84bf7b1fcc6b96ef4d (patch)
tree106121ce465395aa7906ca88c2b2d05e5e8ad2f8 /Library/Formula
parent9a7ddbeeebb987141913c788456d37c556f8e69b (diff)
downloadhomebrew-280143e1f752f6a9116a1a84bf7b1fcc6b96ef4d.tar.bz2
emacs: add command-line caveats to cocoa builds
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 99d85d676..cea36124c 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -83,6 +83,9 @@ class Emacs < Formula
Emacs.app was installed to:
#{prefix}
+ Command-line emacs can be used by setting up an alias:
+ alias emacs=#{prefix}/Emacs.app/Contents/MacOS/Emacs -nw
+
EOS
end