aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorColin Hebert2011-07-29 19:05:11 +0100
committerCharlie Sharpsteen2011-09-13 12:04:19 -0700
commit24cf2dcb1296c0ae5859f351a2a251ecc8fa1005 (patch)
tree7f3d1743f4ac7b618c1532e77fc543dbaf392a93 /Library
parentbcc0cf2ab53207b5b02f235cefd4590c7f4b7a28 (diff)
downloadhomebrew-24cf2dcb1296c0ae5859f351a2a251ecc8fa1005.tar.bz2
Emacs: Add linkapps to caveats
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 947e53770..b0ebaae99 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -101,6 +101,10 @@ class Emacs < Formula
Command-line emacs can be used by setting up an alias:
alias emacs="#{prefix}/Emacs.app/Contents/MacOS/Emacs -nw"
+ To link the application to a normal Mac OS X location:
+ brew linkapps
+ or:
+ ln -s #{prefix}/Emacs.app /Applications
EOS
end