summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-completion.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-03-24 02:20:02 +0000
committerjao <jao@gnu.org>2023-03-24 02:20:02 +0000
commit0a9cef00af8f26dd69deeda5dcabba4e25733ab3 (patch)
tree46ee66a7519124f4c22c80e8f87894dcbb0621d6 /custom/jao-custom-completion.el
parent07b97b07a0f85b7065ccf897f79c33881db3a878 (diff)
downloadelibs-0a9cef00af8f26dd69deeda5dcabba4e25733ab3.tar.gz
elibs-0a9cef00af8f26dd69deeda5dcabba4e25733ab3.tar.bz2
some unused packages disabled
Diffstat (limited to 'custom/jao-custom-completion.el')
-rw-r--r--custom/jao-custom-completion.el8
1 files changed, 8 insertions, 0 deletions
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)