aboutsummaryrefslogtreecommitdiff
path: root/modules/keyboard-macros.el
Commit message (Collapse)AuthorAgeFilesLines
* docs(load-graph): classify core libraries and command modulesCraig Jennings12 days1-0/+9
| | | | | | Third classification batch: the remaining core and library command modules from init.el's early block — external-open, media-utils, auth-config, keyboard-macros, system-utils, text-config, undead-buffers. I annotated each with the load-graph header contract, added a Batch 3 table to the inventory, and extended the validation allowlist. 23 of 102 modules are now classified. No new hidden dependencies in this batch. auth-config stays eager because other modules need credentials early; the command libraries (external-open, media-utils, keyboard-macros) are eager only by init order and flagged as Phase 4 deferral candidates.
* refactor: unify and simplify key binding setupsCraig Jennings2025-10-231-4/+2
| | | | | | | | Optimized key binding configurations across modules for consistency and reduced redundancy. Improved conditional requiring to handle errors gracefully in `music-config.el`, ensuring robustness across different machine environments. Eliminated comments clutter and adjusted function definitions to adhere to revised standards.
* feat: keyboard-macros: Improve macro handling and error checksCraig Jennings2025-10-201-23/+57
| | | | | | - Add concurrency lock for macro loading and enhance error handling. - Validate macro names and handle empty macro error. - Introduce a setup function for key bindings and auto-call setup after init.
* refactor: created specific org-dir variable for ~/sync/orgCraig Jennings2025-10-181-1/+1
|
* maint: lazy load macros-fileCraig Jennings2025-10-121-18/+31
|
* changing repositoriesCraig Jennings2025-10-121-0/+97