From f555488dd35958a6eaf54fcb5e07eb23db62e3ab Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Add EXWM configuration --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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