diff options
Diffstat (limited to 'modules/font-config.el')
| -rw-r--r-- | modules/font-config.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index 811763f7..d4e2190d 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -2,7 +2,16 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: C/P/S. +;; Load shape: eager. +;; Eager reason: font setup for the first frame, plus font keybindings. +;; Top-level side effects: binds five global font keys, runs font-installation +;; checks, configures packages via use-package. +;; Runtime requires: host-environment, keybindings. +;; Direct test load: yes. +;; ;; This module provides font configuration, including: ;; ;; 1. Font Management: |
