use dumb jump
This commit is contained in:
parent
d5aa3804b5
commit
b40790087a
1 changed files with 3 additions and 0 deletions
3
init.el
3
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue