Y
Hacker News
new
|
ask
|
show
|
jobs
by
__david__
1197 days ago
Setting up emacs server is as easy as:
alias emacs='emacsclient -c -nw -a ""'
Seriously, that's it!
1 comments
noloblo
1196 days ago
Why is an emacs server needed
link
__david__
1196 days ago
It makes launching emacs practically instant because it’s always running in the background—emacsclient connects to the already running instance so you get to skip the startup process.
link