diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org index cda34f3..f404ad1 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -372,7 +372,9 @@ 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)) #+end_src *** [[https://orgmode.org/][Org mode]] |