about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-navigation.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el
index 0ad8d0d..2c46c6c 100644
--- a/.emacs.d/lisp/init-navigation.el
+++ b/.emacs.d/lisp/init-navigation.el
@@ -119,10 +119,5 @@ 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