From 4f2062ba2e94035ecaae0356b055ea3db6bc2cbd Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 16 Aug 2021 13:26:33 +0100 Subject: nits --- init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 4fbd7c5..4bd913f 100644 --- a/init.org +++ b/init.org @@ -135,10 +135,10 @@ (setq visible-bell t) #+END_SRC *** Server - #+BEGIN_SRC emacs-lisp + #+begin_src emacs-lisp (setenv "EDITOR" "emacsclient") - (when (not (daemonp)) (server-start)) - #+END_SRC + (when (and window-system (not (daemonp))) (server-start)) + #+end_src * System utilities *** Tramp #+begin_src emacs-lisp -- cgit v1.2.3