summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 4392955..568e2bb 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -393,7 +393,6 @@ Now we can easily extract info on the current device.
#+RESULTS:
: desktop
-
** Server
#+begin_src emacs-lisp :tangle no
(use-package server
@@ -407,7 +406,7 @@ My =exwm= configurations are in [[file:init-exwm.org][init-exwm.org]] and we can
(when (eq (fpi/current-device-info :wm) 'exwm)
(load (concat user-emacs-directory "init-exwm.el"))
#+end_src
-Also enable =exwm=. This does nothing if =emacs= is not started
+Also enable =exwm=. This does nothing if =emacs= is not started as window manager.
#+begin_src emacs-lisp
(exwm-enable))
#+end_src