emacs-config/init.org.d/90-server.org

137 B

Server Configuration

run Emacs as a server

  (setq server-name "x_emacs")
  (server-start)