Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 462:fff281929b47
shrc: set HGPLAIN in prompt scaffolding
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 02 Aug 2018 14:09:02 -0400 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi