I am trying to use Emacs Client. I am on OSX. so:
alias ec="/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n -c -a -nw /Applications/Emacs.app/Contents/MacOS/Emacs"
Then I put (start-server)
on my init.el file. A\and:
e --daemon
So when I run ec
. And a clean Emacs instance is fired up.
Whats is wrong here?
Thanks in advance