From 1de84445a894f3d3940ab7d147af6e243046d303 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 19 Jan 2016 20:20:17 -0800 Subject: [emacs] Fix a couple of bindings for helm. --- emacs.d/inits/20_helm.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- cgit 1.4.1