Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 411:35eeea258489
emacs: import customize state
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 01 Feb 2016 17:29:00 -0500 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi