Restore xref goto-and-quit
This commit is contained in:
parent
f6f490ea1a
commit
5c8d703e8e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user