aboutsummaryrefslogtreecommitdiff
path: root/modules/jumper.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:jumper: Integrate and enhance 'jumper' module with testsCraig Jennings2025-10-271-76/+176
| | | | | | | | | Enable 'jumper' module by uncommenting its require statement in init.el. Enhance 'jumper' by adding detailed documentation, refactoring logic into internal functions, and updating keybinding setup for better usability. Integrate 'which-key' for improved keybinding assistance. Add comprehensive unit tests for 'jumper' functionalities to ensure reliability.
* chore: Remove redundant autoload directives from modulesCraig Jennings2025-10-261-1/+0
| | | | | | | Remove unnecessary autoload directives from various functions across multiple modules, cleaning up the codebase and improving readability. These directives were redundant and not needed for the current project setup.
* refactor: unify and simplify key binding setupsCraig Jennings2025-10-231-1/+1
| | | | | | | | 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.
* changing repositoriesCraig Jennings2025-10-121-0/+177