Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 151:bf6b5a0dc1f3
.elisp: Make textmate-goto-symbol always recompute function locations.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 08 Oct 2009 18:49:28 -0400 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi