Update README.md

This commit is contained in:
James Cherti
2026-02-02 21:12:45 -05:00
parent 09c78c8f7a
commit c585f045bf

View File

@@ -1001,8 +1001,9 @@ To configure **dumb-jump**, add the following to `~/.emacs.d/post-init.el`:
:commands dumb-jump-xref-activate
:init
;; Register `dumb-jump' as an xref backend so it integrates with
;; `xref-find-definitions'
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
;; `xref-find-definitions'. A priority of 90 ensures it is used only when no
;; more specific backend is available.
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate 90)
(setq dumb-jump-aggressive nil)
;; (setq dumb-jump-quiet t)