From 826e769a822d04949c0607ca75bc09555810e60b Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 26 Dec 2022 18:44:41 -0600 Subject: [PATCH] Use xref-go-back instead of xref-pop-marker-stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From C-h f xref-pop-marker-stack: This function is obsolete since 29.1; use ‘xref-go-back’ instead. Probably introduced at or before Emacs version 25.1. --- lisp/dev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dev.el b/lisp/dev.el index 85e8a47..71768f6 100644 --- a/lisp/dev.el +++ b/lisp/dev.el @@ -60,7 +60,7 @@ :config (evil-collection-define-key 'normal 'lsp-mode-map "gd" 'lsp-find-definition - (kbd "C-t") 'xref-pop-marker-stack + (kbd "C-t") 'xref-go-back "K" 'lsp-describe-thing-at-point)) (use-package editorconfig -- 2.38.4