Emacs: dumb-jump: use xref-backend.
This commit is contained in:
parent
f5d0f9eaad
commit
da1717684a
|
@ -1,6 +1,6 @@
|
|||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-11-18T18:37:33+0100>
|
||||
;; Time-stamp: <2020-12-01T17:18:15+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -210,7 +210,7 @@ collapse other projects."
|
|||
(use-package dumb-jump
|
||||
:after (ivy)
|
||||
:custom (dumb-jump-selector 'ivy)
|
||||
:bind ("M-." . dumb-jump-go)) ; Will be overwritten by more intelligent modes.
|
||||
:config (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
|
||||
|
||||
;; Support .editorconfig files.
|
||||
(use-package editorconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user