summaryrefslogtreecommitdiff
path: root/modules/custom-misc.el
Commit message (Collapse)AuthorAgeFilesLines
* fix: custom-misc: correct custom-keymap evaluationCraig Jennings2025-10-201-2/+2
| | | | | | Changed the evaluation of `cj/custom-keymap` to use `defvar` for proper reference, fixing potential issues in compilation without requiring 'keybindings'.
* refactor: custom-misc: Improve utility functions and modernize codeCraig Jennings2025-10-181-39/+72
| | | | | | | | | - Add comprehensive module documentation - Enhance jump-to-matching-paren with better delimiter detection and error handling - Add user feedback messages to format and fraction replacement functions - Modernize keybindings to use keymap-set instead of define-key - Fix potential advice stacking issue on file reload - Improve code formatting and consistency throughout
* maint: remaining custom functions grouped into separate modulesCraig Jennings2025-10-121-0/+90