commit 667c3ff51ad2a8738fd76494fae1f7d743f45fee parent 9bf0b61710e1af5f4042151082abe1207bd659b1 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 7 Sep 2026 18:44:31 +0200 Highlight new xref goodie Diffstat:
| M | reviews/emacs/hype.org | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -15,6 +15,15 @@ stop me from activating repeat maps by accident. ** Editing *** Search & replace **** =query-replace-show-preview= (bug#81583) +** Programming +*** Xref +**** ~xref-find-by-kind~, =M-g . 𝒦= (or =M-g M-. 𝒦=) +Implemented for Elisp and Eglot. Valid =𝒦= (kinds) depend on the +backend; for Eglot, they map to LSP /providers/: + +- =d= :: declaration +- =i= :: implementation +- =t= :: type definition ** UI *** Outline **** ~outline-occur~ (bug#81512)