Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 345:b9c8655f12f0
emacs: only call server-edit during my save function if the buffer was actually a server buffer
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 10 Sep 2014 14:57:26 -0400 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi