Add EXWM configuration
This commit is contained in:
parent
6376e68215
commit
f555488dd3
10
config.org
10
config.org
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user