Add dumb-jump

This commit is contained in:
David Morgan 2023-05-23 16:05:14 +01:00
parent 5b44516ce5
commit e30e25b1b1
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 5 additions and 0 deletions

View File

@ -126,5 +126,10 @@ Or remove all highlighted symbols in the current buffer (with`ARG')."
("C-c C-l" . link-hint-open-link)
("C-c C-S-l" . link-hint-copy-link))
(use-package dumb-jump
:defer 5
:custom (dumb-jump-force-searcher 'rg)
:config (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
(provide 'init-navigation)
;;; init-navigation.el ends here