summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 4b6f4d9..0ef2e47 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -97,7 +97,7 @@
(defvar my/night-theme nil "Theme to use during the night.")
-(when window-system
+(when (or window-system (daemonp))
(require 'doom-themes)
(setq my/day-theme 'doom-one-light