From 609e78703b9c796f23b921309636140d29fafe87 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 4 Jan 2021 15:49:21 +0100 Subject: Fix sentence --- emacs-init.org | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3