summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-17 09:41:34 -0500
committerCraig Jennings <c@cjennings.net>2025-08-17 09:41:34 -0500
commit09b320aed0e6773ffb5cbb6fb453d89eb5c2c12e (patch)
treea9499bfd79757fcd386678ce7787ba4ebde7c4fe
parent4235fb7c04d41e86a477f8ec9be7d254a98419c8 (diff)
downloaddotemacs-09b320aed0e6773ffb5cbb6fb453d89eb5c2c12e.tar.gz
dotemacs-09b320aed0e6773ffb5cbb6fb453d89eb5c2c12e.zip
docs(init): Add comments to UI require statements
-rw-r--r--init.el6
1 files 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 --------------------------