Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 33:b403402153b5
Add some setup to make emacs easier to use on OS X.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Fri, 09 Jan 2009 11:28:50 -0600 |
| parents | |
| children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi
