From 109dfac9ffb591561343f8c5db7690587182f5e7 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 22 Mar 2015 21:28:46 -0700 Subject: Process search via helm 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 "" 'helm-execute-persistent-action helm-map) (bind-key "H-" '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 -- cgit v0.10.1