Merge pull request #2853 from jsravn/fix-helm-xref-for-emacs27
Fix helm-xref when using Emacs 27+
This commit is contained in:
commit
9d19ea7cd7
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Dictionary.app behind the scenes to get definitions.")
|
|||
|
||||
(use-package! helm-xref
|
||||
:when (featurep! :completion helm)
|
||||
:config (setq xref-show-xrefs-function #'helm-xref-show-xrefs)))
|
||||
:config (setq xref-show-xrefs-function (if EMACS27+ #'helm-xref-show-xrefs-27 #'helm-xref-show-xrefs))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue