summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-helm.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ravi-init-helm.el')
-rw-r--r--lisp/ravi-init-helm.el7
1 files changed, 7 insertions, 0 deletions
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