aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-ordering.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor: unify and simplify key binding setupsCraig Jennings2025-10-231-3/+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.
* refactor(custom-ordering): Use keymap-set for key bindingsCraig Jennings2025-10-201-5/+5
| | | | | | 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.
* docs: custom-ordering: Enhance commentary and function descriptionsCraig Jennings2025-10-201-6/+19
| | | | | | - Expand the module commentary to describe functions for text conversion and sorting. - Add new keymap information. - Improve function docstrings for clarity and consistency.
* maint: remaining custom functions grouped into separate modulesCraig Jennings2025-10-121-0/+84