X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/51fb5bd8c02b8a0a6fd698309f40527be6abb3ac..58cbbce26dd7afdf798c4a2970ffd7d54f1b3c24:/emacs/init.org diff --git a/emacs/init.org b/emacs/init.org index f404ad1..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) @@ -374,7 +373,9 @@ More like /the most/ convenient key definitions in Emacs. (require 'exwm-config) (exwm-config-default) (require 'exwm-systemtray) - (exwm-systemtray-enable)) + (exwm-systemtray-enable) + (require 'exwm-randr) + (exwm-randr-enable)) #+end_src *** [[https://orgmode.org/][Org mode]]