Final touches
This commit is contained in:
parent
5351cde10d
commit
6a50199652
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user