Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
stmonty committed Dec 3, 2023
2 parents 33b0888 + a8c1674 commit d869e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
;; Dumb-Jump
(use-package dumb-jump
:init
(setq dumb-jump-force-searcher 'rg)
(setq dumb-jump-prefer-searcher 'rg)
(setq xref-show-definitions-function #'xref-show-definitions-completing-read)
(remove-hook 'xref-backend-functions #'etags--xref-backend)
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
Expand Down

0 comments on commit d869e2a

Please sign in to comment.