diff options
| -rw-r--r-- | lisp/ravi-init-helm.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el index e5a5f21..f560db6 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -69,6 +69,17 @@ :ensure t) (use-package helm-ag + :ensure t) + + (use-package helm-dash + :commands (helm-dash + helm-dash-at-point + helm-dash-install-docset + helm-dash-install-user-docset) + :init + (progn + (bind-key "d" 'helm-dash-at-point helm-command-map) + (bind-key "D" 'helm-dash helm-command-map)) :ensure t)) :if ravi/use-helm-instead-of-ido :diminish helm-mode |
