aboutsummaryrefslogtreecommitdiff
path: root/tests/test-jumper.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+352
| | | | This reverts commit d36afc3f277b9a4228eb7b2464ec4e503695b8d4.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-352/+0
|
* feat:jumper: Integrate and enhance 'jumper' module with testsCraig Jennings2025-10-271-0/+352
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.