From 09b320aed0e6773ffb5cbb6fb453d89eb5c2c12e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 17 Aug 2025 09:41:34 -0500 Subject: docs(init): Add comments to UI require statements --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 93293d37..b796de2c 100644 --- a/init.el +++ b/init.el @@ -41,9 +41,9 @@ ;; ------------------------------- User Interface ------------------------------ -(require 'ui-config) -(require 'ui-theme) -(require 'ui-navigation) +(require 'ui-config) ;; transparency, cursor color, icons, &c. +(require 'ui-theme) ;; themes and theme persistency +(require 'ui-navigation) ;; the movement and navigation of windows (require 'font-config) ;; --------------------------- Internal Functionality -------------------------- -- cgit v1.2.3