summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-04-11 02:46:32 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-04-11 02:46:32 (GMT)
commit839a9c86255fffa6ffa726f7105733267be65cac (patch)
tree0215971fd62006a27890416c38125cd28aefe28d /lisp
parentb19c761e2ad160c31de6ae01518299e9249fbcde (diff)
downloaddotemacs-839a9c86255fffa6ffa726f7105733267be65cac.zip
dotemacs-839a9c86255fffa6ffa726f7105733267be65cac.tar.gz
dotemacs-839a9c86255fffa6ffa726f7105733267be65cac.tar.bz2
Add helm-xref appropriately
Diffstat (limited to 'lisp')
-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