From b40790087a8c0eac52dc840df1219f6462f22446 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:34:06 +0300 Subject: [PATCH] use dumb jump --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 8e544c6..04198dd 100644 --- a/init.el +++ b/init.el @@ -103,6 +103,9 @@ (use-package editorconfig :config (editorconfig-mode 1)) + +(use-package dumb-jump + :config (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.