add hint to next iteration

This commit is contained in:
2023-05-31 13:54:02 +02:00
parent 6dd9dfcc0b
commit 1a25ab9257

View File

@@ -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