summaryrefslogtreecommitdiff
path: root/modules/custom-ordering.el
AgeCommit message (Collapse)Author
7 daysrefactor(custom-ordering): Use keymap-set for key bindingsCraig Jennings
Replace define-key with keymap-set for consistency in key binding syntax within the custom-ordering module. This change improves readability and modernizes the code.
7 daysdocs: custom-ordering: Enhance commentary and function descriptionsCraig Jennings
- Expand the module commentary to describe functions for text conversion and sorting. - Add new keymap information. - Improve function docstrings for clarity and consistency.
2025-10-12maint: remaining custom functions grouped into separate modulesCraig Jennings