diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-helm.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el index f560db6..72d9b0a 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -68,6 +68,10 @@ (bind-key "C-c g" 'helm-git-grep-from-isearch isearch-mode-map)) :ensure t) + (use-package helm-ls-git + :bind (("C-x v j" . helm-ls-git-ls)) + :ensure t) + (use-package helm-ag :ensure t) |
