summaryrefslogtreecommitdiff
path: root/lisp/general.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-10-13 08:50:26 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-10-13 08:50:26 -0400
commitfb2062c19242355c88fc77b2c209319d6fd03d62 (patch)
treef41e5863063db3b31f33bafac2c0b0716e7c811e /lisp/general.el
parent6cfff196388e98ae18590f19d68dddac473c31c1 (diff)
Using counsel M-x
Diffstat (limited to 'lisp/general.el')
-rw-r--r--lisp/general.el1
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)