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: