summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8c4372c..9430f04 100644
--- a/init.el
+++ b/init.el
@@ -238,6 +238,7 @@ Restart works only on graphic display."
(helm-mode 1))
(global-set-key (kbd "C-x C-f") 'helm-find-files)
(global-set-key (kbd "C-x b") 'helm-mini)
+(global-set-key (kbd "M-x") 'helm-M-x)
;; notmuch
(use-package notmuch