summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-22 08:58:14 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-22 08:58:14 +0000
commit2a49ff6d12d73609f2fcd6e7115abad383d37282 (patch)
tree10ffa46cc88653524c4f88e6d48c40fb20c77a52
parent1614b39772176c3d0b5a55c728f65282e06bf16a (diff)
added helm-M-x keybinding
-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