diff options
Diffstat (limited to 'lisp/ravi-init-helm.el')
| -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 07eba30..6b8abe2 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -53,6 +53,13 @@ (bind-key "<tab>" 'helm-execute-persistent-action helm-map) (bind-key "H-<tab>" 'helm-select-action helm-map) + (use-package helm-proc + :commands helm-proc + :init + (progn + (bind-key "q" 'helm-proc helm-command-map)) + :ensure t) + (use-package helm-ag :ensure t)) :if ravi/use-helm-instead-of-ido |
