diff options
author | fpi | 2021-01-04 15:49:21 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:56 +0100 |
commit | 609e78703b9c796f23b921309636140d29fafe87 (patch) | |
tree | 86239198f2c54c841c6d870250a687adea56c944 | |
parent | Show sauron in same frame when using exwm (diff) |
Fix sentence
-rw-r--r-- | emacs-init.org | 3 |
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 |