Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 54:7755c3adb60d
Fix completion stuff so that _hg will work as it should.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 20 Feb 2009 11:16:51 -0600 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi