Y
Hacker News
new
|
ask
|
show
|
jobs
by
jlouis
44 days ago
You boot Emacs once as a server. Then you connect through that server through emacsclient. It is your OS after all.
1 comments
slyrus
44 days ago
Sure, that's one approach. But it shouldn't take 45 seconds to spin up a new "emacs -nw" process, IMO. There's something pathological going on.
link
ergonaught
44 days ago
emacs -nw takes about 2 seconds on my mac. I don't use server/daemon, and those 2 seconds are processing my startup elisp files (it's ready nearly instantly without prepping my junk).
link