summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/inits/20_helm.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/inits/20_helm.el b/emacs.d/inits/20_helm.el
index f969fc3..8cc68ea 100644
--- a/emacs.d/inits/20_helm.el
+++ b/emacs.d/inits/20_helm.el
@@ -1,5 +1,7 @@
(use-package helm
:ensure t
:diminish helm-mode
+ :bind (("C-x C-f" . helm-find-files)
+ ("M-x" . helm-M-x))
:config
(helm-mode))