Change editor to just emacsclient.

This commit is contained in:
Ivan Malison 2015-06-15 15:00:43 -07:00
parent 0dff4962d6
commit 1a97364681

View File

@ -1,3 +1,3 @@
#!/usr/bin/env zsh
[ -z "$*" ] && emacs || emacs_open "$@"
emacsclient "$@"
return 0