From 0a9cef00af8f26dd69deeda5dcabba4e25733ab3 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 24 Mar 2023 02:20:02 +0000 Subject: some unused packages disabled --- custom/jao-custom-completion.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'custom/jao-custom-completion.el') diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index c8966e1..a5b0206 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -408,5 +408,13 @@ (push 'link-hint-notmuch-part link-hint-types)) +;;; xref +(setq xref-show-definitions-function #'xref-show-definitions-completing-read) + +;; (use-package dumb-jump +;; :ensure t +;; :after xref +;; :config (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)) + ;;; . (provide 'jao-custom-completion) -- cgit v1.2.3