diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-03 23:30:28 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-03 23:41:48 -0500 |
| commit | 37b898a1bd360b17a4db71e3c4dcfcad8a8b458e (patch) | |
| tree | ee64d05d5abda62ef4871af008dbf25b0006fee6 /init.el | |
| parent | d5b9a452ea82f25ed7f0e6c850b891a89c979acf (diff) | |
| download | dotemacs-37b898a1bd360b17a4db71e3c4dcfcad8a8b458e.tar.gz dotemacs-37b898a1bd360b17a4db71e3c4dcfcad8a8b458e.zip | |
refactor: move and test theme persistence behavior
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
