helm-xref Helm interface for xref Setup The package can be installed from MELPA. (require 'helm-xref) (if (< emacs-major-version 27) (setq xref-show-xrefs-function 'helm-xref-show-xrefs) (setq xref-show-xrefs-function 'helm-xref-show-xrefs-27))