From 2c29e771325c2c89730d1f717ab92092325d7451 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 19 Sep 2024 22:44:13 +0200 Subject: [PATCH] ADD dumb-jump mode Add it immediatelly to the list of xref backends. --- config_new.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config_new.org b/config_new.org index 4196378..a6901a2 100644 --- a/config_new.org +++ b/config_new.org @@ -530,6 +530,16 @@ Magit depends on this and it seems it's not installed as a dependency, so instal ) #+END_SRC +** Dumb-jump + +#+BEGIN_SRC emacs-lisp + (use-package dumb-jump + :ensure t + :init + (add-hook 'xref-backend-functions #'dumb-jump-xref-activate) + ) +#+END_SRC + * Multiple cursors #+BEGIN_SRC emacs-lisp