diff --git a/emacs/.config/wal/hooks/20-emacs.sh b/emacs/.config/wal/hooks/20-emacs.sh index bf1914d..d38f9b3 100755 --- a/emacs/.config/wal/hooks/20-emacs.sh +++ b/emacs/.config/wal/hooks/20-emacs.sh @@ -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))"