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