X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/421132e97dc7a4275f294962e53fae9d2bfbd262..58cbbce26dd7afdf798c4a2970ffd7d54f1b3c24:/emacs/init.org diff --git a/emacs/init.org b/emacs/init.org index cda34f3..4d57bf4 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -362,8 +362,7 @@ More like /the most/ convenient key definitions in Emacs. #+begin_src emacs-lisp (use-package general - :demand t - :config) + :demand t) #+end_src *** [[https://github.com/ch11ng/exwm][exwm]] (window manager) @@ -372,7 +371,11 @@ More like /the most/ convenient key definitions in Emacs. (use-package exwm :config (require 'exwm-config) - (exwm-config-default)) + (exwm-config-default) + (require 'exwm-systemtray) + (exwm-systemtray-enable) + (require 'exwm-randr) + (exwm-randr-enable)) #+end_src *** [[https://orgmode.org/][Org mode]]