emacs: remove exwm-systemtray--refresh call from my theme swithcers
authorAmin Bandali <bandali@gnu.org>
Sat, 14 Sep 2019 13:44:43 +0000 (09:44 -0400)
committerAmin Bandali <bandali@gnu.org>
Sat, 14 Sep 2019 13:44:43 +0000 (09:44 -0400)
.emacs.d/init.el

index 13350c7..55e63b7 100644 (file)
@@ -1559,8 +1559,7 @@ This function is intended for use with `ivy-ignore-buffers'."
   (load-theme 'tangomod t)
   ;; (sml/apply-theme 'automatic)
   (font-lock-remove-keywords
-   'org-mode b/org-mode-font-lock-keywords)
-  (exwm-systemtray--refresh))
+   'org-mode b/org-mode-font-lock-keywords))
 
 (defun b/lights-off ()
   "Go dark."
@@ -1569,8 +1568,7 @@ This function is intended for use with `ivy-ignore-buffers'."
   (load-theme 'doom-one t)
   ;; (sml/apply-theme 'automatic)
   (font-lock-add-keywords
-   'org-mode b/org-mode-font-lock-keywords t)
-  (exwm-systemtray--refresh))
+   'org-mode b/org-mode-font-lock-keywords t))
 
 (bind-keys
  ("C-c t d" . b/lights-off)