From da1717684a57ee120e5ee8476c79cd4c0550e6ac Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 1 Dec 2020 18:27:27 +0100 Subject: [PATCH] Emacs: dumb-jump: use xref-backend. --- init.d/programming/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index b2e95db..a6831ce 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -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