this post was submitted on 06 Sep 2024
219 points (98.2% liked)

unix_surrealism

2947 readers
111 users here now

The underscore is very important!

irc.libera.chat

A place to share original content related to computers, content, surrealism, wizardry and everything else.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 8 points 1 year ago

https://emacsdocs.org/docs/emacs/Emacs-Server

If you want to run multiple Emacs daemons (see Initial Options), you can give each daemon its own server name like this:

emacs --daemon=foo

for d in beelzebub chemosh dagon moloch; do
    emacs --daemon=$d
done