From 72503695fdbc002c294965ff37d82daa33f9e1eb Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 30 Aug 2015 22:17:32 -0700 Subject: Pre-populate searches diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el index 72d9b0a..40e32af 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -73,6 +73,9 @@ :ensure t) (use-package helm-ag + :config + (progn + (setq helm-ag-insert-at-point 'symbol)) :ensure t) (use-package helm-dash -- cgit v0.10.1