Skip to content

Commit

Permalink
run emacs from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
baris committed Oct 30, 2014
1 parent bbb3c1f commit 3ba26ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

OSXVERSION=`sysctl -n kern.osrelease 2> /dev/null`
if [ $? -eq 0 ]; then
$(mdfind -onlyin /Applications/ Emacs.app)/Contents/MacOS/Emacs -nw $*
else
$(mdfind kind:application Emacs.app | head -n 1)/Contents/MacOS/Emacs -nw $*
else
emacs -nw $*
fi

0 comments on commit 3ba26ef

Please sign in to comment.