summaryrefslogtreecommitdiff
path: root/modules/custom-misc.el
AgeCommit message (Collapse)Author
6 daysfeat:custom-misc: added switch to previous buffer C-; SPCCraig Jennings
6 daysmoved toggle-debug-on error keybindign to config-utilsCraig Jennings
7 daysfix: custom-misc: correct custom-keymap evaluationCraig Jennings
Changed the evaluation of `cj/custom-keymap` to use `defvar` for proper reference, fixing potential issues in compilation without requiring 'keybindings'.
9 daysrefactor: custom-misc: Improve utility functions and modernize codeCraig Jennings
- 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
2025-10-12maint: remaining custom functions grouped into separate modulesCraig Jennings