From ad8e2f9f2b9a6fdf03ba60ed64cb248ab4bacdfc Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 29 Nov 2019 10:20:13 -0500 Subject: [PATCH] Override evil-collection xref buffer RET keybinding --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index cef55e9..08faa77 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -760,7 +760,7 @@ After I select an xref reference, I want the xref buffer closed: (defun xref-goto-xref-and-quit () (interactive) (xref-goto-xref t)) - (general-def 'normal 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 :keymaps 'override) #+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: