Skip to content

Instantly share code, notes, and snippets.

@thenoviceoof
Created July 16, 2012 14:16
Show Gist options
  • Save thenoviceoof/3122957 to your computer and use it in GitHub Desktop.
Save thenoviceoof/3122957 to your computer and use it in GitHub Desktop.
super basic .zshrc emacs paste
alias e="emacsclient -nw"
# ...snip...
if [ ! "$(ps -ef | grep -v grep | grep "emacs --daemon")" ]
then
emacs --daemon
fi
export EDITOR="emacsclient -nw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment