Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 56:1c75cab141ae
Fix up the number of spaces required so really long branch names don't screw up the completion.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 20 Feb 2009 14:21:27 -0600 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi