diff options
| -rw-r--r-- | lisp/ravi-init-helm.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
