add dumb-jump

This commit is contained in:
opFez 2020-12-20 11:02:24 +01:00
parent a03d6dd93a
commit f14dbf8b74
1 changed files with 5 additions and 0 deletions

View File

@ -52,3 +52,8 @@
:config
(global-set-key (kbd "C-=") 'er/expand-region)
(pending-delete-mode t)) ; if you start typing while a word is selected, overwrite it
(use-package dumb-jump
:ensure t
:config
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))