Remove the server-start bit

The server is started from the script, so we do not want to force it
here.
master
Jacopo De Simoi 3 years ago
parent 80960a0d84
commit 9ee0696d24
  1. 4
      global.org

@ -2757,7 +2757,3 @@
(with-eval-after-load 'gnus-cite (wilder/fixup-faces) nil) (with-eval-after-load 'gnus-cite (wilder/fixup-faces) nil)
(add-hook 'gnus-art-load-hook #'wilder/fixup-faces) (add-hook 'gnus-art-load-hook #'wilder/fixup-faces)
#+end_src #+end_src
** Start server
#+begin_src emacs-lisp
; (server-start)
#+end_src

Loading…
Cancel
Save