From 9c7654e0e0f4777176ad5a9ea30075431e931c02 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 3 May 2026 23:30:28 -0500 Subject: refactor: move and test theme persistence behavior --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 3f10da20..d66bea34 100644 --- a/init.el +++ b/init.el @@ -56,6 +56,7 @@ (require 'ui-config) ;; transparency, cursor color, icons, &c. (require 'ui-theme) ;; themes and theme persistency +(cj/load-theme-from-file) (require 'ui-navigation) ;; the movement and navigation of windows (require 'font-config) ;; font and emoji configuration (require 'selection-framework) ;; menu config -- cgit v1.2.3