| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(load-graph): classify dev, diff, help, lint, and VC modules | Craig Jennings | 12 days | 1 | -1/+10 |
| | | | | | | | Fifth classification batch: the development-workflow entry points and package config — coverage-core, coverage-elisp, dev-fkeys, diff-config, help-config, help-utils, flycheck-config, test-runner, vc-config. I annotated each header, added a Batch 5 table to the inventory, and extended the validation allowlist. 42 of 102 modules are now classified. Two more hidden dependencies turned up, both about cj/custom-keymap. dev-fkeys repeats the custom-buffer-file boundp shim for its C-; P binding. flycheck-config binds (:map cj/custom-keymap ...) through use-package without requiring keybindings, so it fails to load standalone. Both recorded for the Phase 2 dependency pass. | ||||
| * | feat:which-key: Add descriptive labels for custom keymaps | Craig Jennings | 2025-10-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | Enhance which-key integration by providing detailed descriptions for new key bindings across multiple modules. This improves the usability of custom keymaps by clarifying the purpose of each keybinding, making it easier for users to navigate and understand different menus and options available within the configuration. This update ensures that all custom keymaps now display a descriptive label in the which-key popup to explain their functionality, aiding users in identifying keymap purposes promptly. | ||||
| * | refactor: diff-config: replace define-key with keymap-set | Craig Jennings | 2025-10-20 | 1 | -6/+6 |
| | | | | | Update keybinding setup by replacing `define-key` with `keymap-set` | ||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 1 | -0/+53 |
