Y
Hacker News
new
|
ask
|
show
|
jobs
by
div
5891 days ago
As a tip, if you enjoy quick startup times, you might want to try running emacs in daemon mode. Just fire up a emacs --daemon instance, and you can then use emacsclient to instantly connect to it.
1 comments
sjs
5891 days ago
You can also put (server-start) in your .emacs config.
link