Only update emacs in wal hook if doom-ewal theme is enabled
This commit is contained in:
parent
9128e807be
commit
a120d06a7f
@ -1 +1 @@
|
|||||||
emacsclient -a "echo 'Emacs not running'" -n -e "(load-theme 'doom-ewal)"
|
emacsclient -a "echo 'Emacs not running'" -n -e "(when (memq 'doom-ewal custom-enabled-themes) (load-theme 'doom-ewal))"
|
||||||
|
Loading…
Reference in New Issue
Block a user