ADD dumb-jump mode
Add it immediatelly to the list of xref backends.
This commit is contained in:
parent
f121ec0330
commit
2c29e77132
1 changed files with 10 additions and 0 deletions
|
|
@ -530,6 +530,16 @@ Magit depends on this and it seems it's not installed as a dependency, so instal
|
|||
)
|
||||
#+END_SRC
|
||||
|
||||
** Dumb-jump
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package dumb-jump
|
||||
:ensure t
|
||||
:init
|
||||
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
* Multiple cursors
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue