From 5c8d703e8e2b5550b15ac3e5d982283aaa7a02b4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 19 Nov 2019 00:16:50 -0500 Subject: [PATCH] Restore xref goto-and-quit --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index a1d4fff..d2a874e 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -716,7 +716,7 @@ After I select an xref reference, I want the xref buffer closed: (xref-goto-xref t)) (with-eval-after-load 'xref (evil-collection-xref-setup)) - (general-def xref--xref-buffer-mode-map "RET" #'xref-goto-xref-and-quit) + (general-def 'normal xref--xref-buffer-mode-map "RET" #'xref-goto-xref-and-quit) #+END_SRC * Speedbar Speedbar is cool but having it open in a separate frame is annoying. This makes it open in a side window in the same frame: