• @tal
    link
    English
    712 days 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