about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-20 11:15:31 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-09-20 11:15:31 +0000
commit83b22f50622de5a13d027528bf5ec6e0b5592fd5 (patch)
tree685659c54fe1b81c2372bfbadb80efad2dc3211f /.emacs.d
parentce5094e9bd8156993ce441e8cc32d36dc8ba9507 (diff)
downloaddotfiles-83b22f50622de5a13d027528bf5ec6e0b5592fd5.tar.gz
Remove dumb-jump
Diffstat (limited to '.emacs.d')
-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