diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2022-10-13 08:50:26 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2022-10-13 08:50:26 -0400 |
commit | fb2062c19242355c88fc77b2c209319d6fd03d62 (patch) | |
tree | f41e5863063db3b31f33bafac2c0b0716e7c811e | |
parent | 6cfff196388e98ae18590f19d68dddac473c31c1 (diff) |
Using counsel M-x
-rw-r--r-- | lisp/general.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/general.el b/lisp/general.el index 5d992bf..46cda44 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -98,6 +98,7 @@ ;; Global key binds (bind-key* (kbd "<f2>") #'eglot-rename) (bind-key* (kbd "C-x C-f") 'counsel-find-file) +(bind-key* (kbd "M-x") 'counsel-M-x) (bind-key* (kbd "C-;") 'neotree-toggle) (bind-key* (kbd "M-F") 'projectile-grep) |