diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2018-04-11 02:46:32 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2018-04-11 02:46:32 (GMT) |
| commit | 839a9c86255fffa6ffa726f7105733267be65cac (patch) | |
| tree | 0215971fd62006a27890416c38125cd28aefe28d /lisp | |
| parent | b19c761e2ad160c31de6ae01518299e9249fbcde (diff) | |
| download | dotemacs-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.el | 7 |
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 |
