#+TITLE: Server Configuration run Emacs as a server #+begin_src emacs-lisp (setq server-name "x_emacs") (server-start) #+end_src