Fix "selected dead buffer" errors on gD
Because the popup manager was auto-killing the *xref* buffer (that ivy-xref closes immediately).
This commit is contained in:
parent
c5a3556510
commit
9cfbe53d37
1 changed files with 3 additions and 1 deletions
|
@ -116,7 +116,9 @@ this list.")
|
||||||
|
|
||||||
(def-package! ivy-xref
|
(def-package! ivy-xref
|
||||||
:when (featurep! :completion ivy)
|
:when (featurep! :completion ivy)
|
||||||
:config (setq xref-show-xrefs-function #'ivy-xref-show-xrefs))
|
:config
|
||||||
|
(setq xref-show-xrefs-function #'ivy-xref-show-xrefs)
|
||||||
|
(set-popup-rule! "^\\*xref\\*$" :ignore t))
|
||||||
|
|
||||||
(def-package! helm-xref
|
(def-package! helm-xref
|
||||||
:when (featurep! :completion helm)
|
:when (featurep! :completion helm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue