From dc6533eddca58542e49271e23c2f80b4d5193b08 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 3f10da203..d66bea345 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