summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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 --------------------------