summaryrefslogtreecommitdiff
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 94d4e6c9624046cef20236a8073a4857d3bd7827.
* 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.