More emacs crap

This commit is contained in:
Dustin Swan
2014-12-03 23:28:20 -06:00
parent ab71d4a88b
commit 874a24ca15
3 changed files with 17 additions and 9 deletions

4
zshrc
View File

@@ -58,6 +58,4 @@ HISTFILE=~/.history
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
# start up emacs daemon if not running
pgrep emacs &> /dev/null || emacs --daemon
alias emacs="emacsclient -ct"
alias emacs='emacsclient -a "" -t'