diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 2 |
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 |
