From 9225c38c80fb1a57bf7ff64ea580cedf5a9fd901 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 11 Dec 2021 19:23:24 +0000 Subject: emacs: Load and rotate themes in server mode --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3-70-g09d2