diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-23 04:28:46 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-23 04:28:46 (GMT) |
| commit | 109dfac9ffb591561343f8c5db7690587182f5e7 (patch) | |
| tree | a4555fef96194b4a2ec2a862bda42f0b29fd793e | |
| parent | 1a5a52d9482f63d6719285a0aeeff6c3b2842987 (diff) | |
| download | dotemacs-109dfac9ffb591561343f8c5db7690587182f5e7.zip dotemacs-109dfac9ffb591561343f8c5db7690587182f5e7.tar.gz dotemacs-109dfac9ffb591561343f8c5db7690587182f5e7.tar.bz2 | |
Process search via helm
| -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 |
