From 839a9c86255fffa6ffa726f7105733267be65cac Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Tue, 10 Apr 2018 21:46:32 -0500 Subject: Add helm-xref appropriately diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el index 40e32af..442e427 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -87,6 +87,13 @@ (progn (bind-key "d" 'helm-dash-at-point helm-command-map) (bind-key "D" 'helm-dash helm-command-map)) + :ensure t) + + (use-package helm-xref + :commands helm-xref-show-refs + :init + (progn + (setq xref-show-xrefs-function 'helm-xref-show-xrefs)) :ensure t)) :if ravi/use-helm-instead-of-ido :diminish helm-mode -- cgit v0.10.1