Added: dumb-jump package
This commit is contained in:
parent
ddcf2ff173
commit
5a5ecf7b0e
|
|
@ -234,6 +234,13 @@ than following the buffer."
|
||||||
(add-hook 'completion-at-point-functions #'cape-file)
|
(add-hook 'completion-at-point-functions #'cape-file)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package dumb-jump
|
||||||
|
:ensure t
|
||||||
|
:init
|
||||||
|
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
|
||||||
|
:config
|
||||||
|
(setq dumb-jump-prefer-searcher 'rg))
|
||||||
|
|
||||||
(use-package highlight-parentheses
|
(use-package highlight-parentheses
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook (prog-mode . highlight-parentheses-mode)
|
:hook (prog-mode . highlight-parentheses-mode)
|
||||||
|
|
@ -411,5 +418,6 @@ than following the buffer."
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(cape consult corfu gruber-darker-theme highlight-parentheses hl-todo
|
'(cape consult corfu-candidate-overlay dumb-jump gruber-darker-theme
|
||||||
magit orderless vertico)))
|
highlight-parentheses hl-todo js2-mode magit orderless
|
||||||
|
vertico)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user