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: