diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 08:58:14 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 08:58:14 +0000 |
commit | 2a49ff6d12d73609f2fcd6e7115abad383d37282 (patch) | |
tree | 10ffa46cc88653524c4f88e6d48c40fb20c77a52 | |
parent | 1614b39772176c3d0b5a55c728f65282e06bf16a (diff) |
added helm-M-x keybinding
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |