Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 396:980b3df541cd
vcs_functions: avoid putting hg prompt commands in blackbox log
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 29 Jul 2016 17:07:38 -0400 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi