0

I have following in my init.el file:

(use-package dumb-jump :straight t :init ) (add-hook 'xref-backend-functions #'dumb-jump-xref-activate) (setq xref-show-definitions-function #'xref-show-definitions-completing-read) ;;;(setq xref-backend-functions (remq 'etags--xref-backend xref-backend-functions)) ;;(add-to-list 'xref-backend-functions #'dumb-jump-xref-activate) ;;(add-hook 'xref-backend-functions #'dumb-jump-xref-activate) (setq dumb-jump-default-project "~/Development") 

On M-., it asks for find-definitions-for:, but no matter what i ask for I get no definition found.

I am on openBSD with emacs version 29.4. I assume xref is installed.

2
  • I assume xref is installed: you can find out if that is the case with M-: (featurep 'xref) - if that returns t, xref is installed. You can use this method with just about any package to find out if it is installed. Commented Oct 14, 2024 at 13:45
  • 1
    that evaluates to t. xref is installed. Commented Oct 14, 2024 at 14:38

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.