From 3b1f2dbe21f03273bd72a0ea38e25680a59b89d7 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 a06d25d66..1af738859 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