Add EXWM configuration

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent 6376e68215
commit f555488dd3

View File

@ -361,3 +361,13 @@ needs to be set up to install them if they aren't already.
(setq show-paren-style 'expression) (setq show-paren-style 'expression)
(paredit-mode)))) (paredit-mode))))
#+end_src #+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