Only update emacs in wal hook if doom-ewal theme is enabled

This commit is contained in:
Jeremy Dormitzer 2020-04-04 11:21:03 -04:00
parent 9128e807be
commit a120d06a7f

View File

@ -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))"