(use-package dumb-jump :ensure t :custom (dumb-jump-prefer-searcher 'rg) (xref-show-definitions-function #'consult-xref) :config (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))