diff --git a/configuration.org b/configuration.org index 2710ed2..21ea07d 100644 --- a/configuration.org +++ b/configuration.org @@ -3224,13 +3224,13 @@ Because that’s still my favourite language. ("SPC" . gpolonkai/goto-next-char)) #+end_src -* And finally, server mode +* And finally, start the Emacs server Sometimes i start an ~emacsclient~ process, like for editing a commit message or something similar. As my startup time is pretty long, waiting for everything to complete is undesirable. -#+BEGIN_SRC emacs-lisp +#+begin_src emacs-lisp (require 'server) (unless (server-running-p) (server-start)) -#+END_SRC +#+end_src