From 1a25ab92577d56e344023a2f062fec56f6c711a5 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 31 May 2023 13:54:02 +0200 Subject: [PATCH] add hint to next iteration --- lisp/init-dumpjump.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/init-dumpjump.el b/lisp/init-dumpjump.el index a776d9f..a61de85 100644 --- a/lisp/init-dumpjump.el +++ b/lisp/init-dumpjump.el @@ -23,6 +23,7 @@ (global-set-key (kbd "C-c j") 'dumb-jump-go) (global-set-key (kbd "C-c b") 'dumb-jump-back)) +;; TODO: look at https://github.com/jojojames/smart-jump, maybe better? (provide 'init-dumpjump) ;;; init-dumpjump.el ends here