diff --git a/config.org b/config.org index 9a2da76..7409635 100644 --- a/config.org +++ b/config.org @@ -361,3 +361,13 @@ needs to be set up to install them if they aren't already. (setq show-paren-style 'expression) (paredit-mode)))) #+end_src + +* EXWM + One must fulfil the meme of doing everything with Emacs... + + #+begin_src emacs-lisp + (use-package exwm + :config + (require 'exwm-config) + (exwm-config-default)) + #+end_src