emacs

2025-09-16T11:06:13.268659Z

In Clojure mode, when I use lsp-find-definition, it doesnโ€™t locate the referenced symbol unless Iโ€™m jacked in and have opened and manually evaluated the file. Is there something Iโ€™m missing in my setup?

djm 2025-09-16T12:06:18.808279Z

Is lsp-enable-xref set?

2025-09-17T07:01:18.609049Z

yes

2025-09-17T07:01:24.827129Z

its set to true

ag 2025-09-17T16:14:44.943369Z

debug it, using edebug is not that hard. Find the definition of the command, instrument it and call it.

๐Ÿ‘ 1
2025-09-17T17:19:46.285659Z

I will try that! ๐Ÿ™‚

ag 2025-09-17T18:08:25.753899Z

edebug & the built-in profiler are the multipliers, my understanding of Emacs and elisp significantly improved after I spent time learning how to use them. And it really isn't too complicated. Takes trying them a couple of times, reading the docs, finding the relevant commands, etc. - shouldn't take too long.

๐Ÿ‘ 1