Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 180:cd4e645d1207
emacs localfuncs: add advice for ido to avoid blocking in flex matching
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 13 Jan 2010 10:29:36 -0600 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi