Closed Stebalien closed 5 months ago
Invoking the minor modes twice attempts to enable them twice, which raises an error (for some of them at least). I ran into this because I configure the minor modes via:
(use-package exwm :custom (exwm-systemtray-mode t) (exwm-xsettings-mode t) ;; etc... )
Re-evaluating this configuration snippet should usually be safe. But at the moment, it's hitting:
(cl-assert (not exwm-systemtray--connection))
In exwm-sytemtray-mode.
exwm-sytemtray-mode
Fixes:
cl-return
exwm-randr--init
(really, I'm not sure why emacs doesn't handle this for us...)
Invoking the minor modes twice attempts to enable them twice, which raises an error (for some of them at least). I ran into this because I configure the minor modes via:
Re-evaluating this configuration snippet should usually be safe. But at the moment, it's hitting:
In
exwm-sytemtray-mode
.Fixes:
cl-return
. Although there's nothing to assert inexwm-randr--init
.(really, I'm not sure why emacs doesn't handle this for us...)