From b93b438dae7bfb6b473eb476abb3b8b603f4cf0c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 27 Oct 2025 00:17:57 -0500 Subject: feat:jumper: Integrate and enhance 'jumper' module with tests 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. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index a06d25d6..1af73885 100644 --- a/init.el +++ b/init.el @@ -145,7 +145,7 @@ (require 'browser-config) ;;(require 'wip) (require 'lorem-optimum) -;;(require 'jumper) +(require 'jumper) ;; ---------------------------------- Wrap Up ---------------------------------- -- cgit v1.2.3