[rc] add latexmk config and clean up
[~bandali/configs] / emacs / init.org
index cda34f3..4d57bf4 100644 (file)
@@ -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]]