diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 12:37:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 12:37:48 -0500 |
| commit | 46c39f329979a105a7aec0909d720090aaa0dc33 (patch) | |
| tree | 1dccfaa7abc91b814c569560bdf2834bbab57f79 /init.el | |
| parent | 7d03f99d6f47405c46c94efc76094fc5a9bffd66 (diff) | |
| download | dotemacs-46c39f329979a105a7aec0909d720090aaa0dc33.tar.gz dotemacs-46c39f329979a105a7aec0909d720090aaa0dc33.zip | |
feat(face-diagnostic): Phase 4 render, command, and init wiring
Phase 4 completes the face/font diagnostic. cj/describe-face-at-point renders cj/--face-diagnosis-at into a read-only *Face Diagnosis* buffer (cj/face-diagnostic-mode), with a region-scan mode over distinct face-runs (capped at 20) and an out-of-scope banner. It is required in init.el. The render is split into small section formatters tested on captured plists, and the command is smoke-tested and live-verified in the daemon, where it already surfaces the active auto-dim remaps. The command name is settled as cj/describe-face-at-point. The keybinding stays Craig's pick, and face-name buttons plus the module-header allowlist entry are filed as a follow-up. The spec is marked implemented and renamed to its lifecycle filename. 35 ERT tests, byte-compile clean.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ (require 'ai-term) ;; in-Emacs Claude launcher (vertical-split ghostel) (require 'help-utils) ;; search: arch-wiki, devdoc, tldr, wikipedia (require 'help-config) ;; info, man, help config +(require 'face-diagnostic) ;; describe face/font at point (cj/describe-face-at-point) (require 'tramp-config) ;; remote shell connections ;; ---------------------- Added Features And Integrations ---------------------- |
