summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-helm.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-05-26 04:59:28 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-05-26 04:59:28 (GMT)
commit8be2c0a728d3e6242e0c67f8c019a36b7167f9af (patch)
tree5fc5e281ad810ff3094803e2de295704e4188462 /lisp/ravi-init-helm.el
parent789ada565df8119f6bb2cf68c392579e4886d8d4 (diff)
downloaddotemacs-8be2c0a728d3e6242e0c67f8c019a36b7167f9af.zip
dotemacs-8be2c0a728d3e6242e0c67f8c019a36b7167f9af.tar.gz
dotemacs-8be2c0a728d3e6242e0c67f8c019a36b7167f9af.tar.bz2
Another way to switch to stuff within a project
Diffstat (limited to 'lisp/ravi-init-helm.el')
-rw-r--r--lisp/ravi-init-helm.el4
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)