Config: delay theme loading until frame creation for daemon mode

This commit is contained in:
trogloxene
2026-04-02 06:35:00 +08:00
parent ac82a344c9
commit 9ecad315b5
3 changed files with 11 additions and 2 deletions

View File

@@ -21,4 +21,6 @@
;; 之后新建的窗口也默认最大化
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(setq frame-background-mode 'dark)
;;; early-init.el ends here