brotzeit/helm-xref

helm list is empty

velkyel opened this issue · 2 comments

##When I have cursor on (helm-mode 1) and jump (xref-find-definitions) results in:

/home/el/.emacs.d/elpa/helm-20170723.2339/helm-mode.el
  (feature helm-mode)
  (defun helm-mode)

but when I install helm-xref using (setq xref-show-xrefs-function 'helm-xref-show-xrefs) than helm list is empty (no error is signaled).

my config: https://github.com/velkyel/dotfiles/blob/master/.emacs

emacs version: GNU Emacs 25.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.16) of 2017-07-01, modified by Debian

My bad. It should work now.

it works. thank you.