• tal
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 months 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