emacsclient
- To start as a client, your emacs server must be running
# -c: open new window
# -a: alternate editor (run emacs as a process) in case the emacs server is not running
emacsclient -c -a 'emacs'
# -c: open new window
# -a: alternate editor (run emacs as a process) in case the emacs server is not running
emacsclient -c -a 'emacs'