summaryrefslogtreecommitdiffstats
path: root/ravi-init-helm.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-03-16 18:58:49 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-03-16 18:58:49 (GMT)
commit44fc78e2eeb38576b73956ed1be64a78381a16a5 (patch)
tree892ead12f080df169da2fa498d5a2469d79eb005 /ravi-init-helm.el
parentc95c7232c3981110c1b8b1efb0d3a397c4e55c27 (diff)
downloaddotemacs-44fc78e2eeb38576b73956ed1be64a78381a16a5.zip
dotemacs-44fc78e2eeb38576b73956ed1be64a78381a16a5.tar.gz
dotemacs-44fc78e2eeb38576b73956ed1be64a78381a16a5.tar.bz2
Make more use of helm
Diffstat (limited to 'ravi-init-helm.el')
-rw-r--r--ravi-init-helm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ravi-init-helm.el b/ravi-init-helm.el
index 700e120..5ff7f9d 100644
--- a/ravi-init-helm.el
+++ b/ravi-init-helm.el
@@ -28,8 +28,8 @@
(use-package helm
:bind (("<escape>" . helm-command-prefix)
("M-x" . helm-M-x)
- ("<f1>" . helm-mini)
- ("<f2>" . helm-find-files)
+ ("<f1>" . helm-multi-files)
+ ("<f2>" . helm-locate)
("M-y" . helm-show-kill-ring)
("H-`" . helm-all-mark-rings))
:init