branch: elpa/helm commit a851b085b8f012f0e3c0b6d0d69f548a53206f2e Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove xref-find* fns from helm-completing-read-handlers-alist --- helm-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index 4028258433..3709793205 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -53,8 +53,6 @@ (defcustom helm-completing-read-handlers-alist '((find-tag . helm-completing-read-default-find-tag) - (xref-find-definitions . helm-completing-read-default-find-tag) - (xref-find-references . helm-completing-read-default-find-tag) (ggtags-find-tag-dwim . helm-completing-read-default-find-tag) (tmm-menubar . nil) (find-file . nil)