diff options
| author | Adam Vandenberg | 2011-06-14 13:40:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-14 13:40:09 -0700 |
| commit | 280143e1f752f6a9116a1a84bf7b1fcc6b96ef4d (patch) | |
| tree | 106121ce465395aa7906ca88c2b2d05e5e8ad2f8 /Library | |
| parent | 9a7ddbeeebb987141913c788456d37c556f8e69b (diff) | |
| download | homebrew-280143e1f752f6a9116a1a84bf7b1fcc6b96ef4d.tar.bz2 | |
emacs: add command-line caveats to cocoa builds
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/emacs.rb | 3 |
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 |
