Skip to content
Snippets Groups Projects
Commit 3f1625ab authored by MoScriber's avatar MoScriber
Browse files

disgard counsel-M-x

parent b19bc15c
No related branches found
No related tags found
No related merge requests found
......@@ -192,9 +192,9 @@
:ensure t
:config
:bind
(("M-x" . 'counsel-M-x)
("C-h f" . 'counsel-describe-function)
("C-h v" . 'counsel-describe-variable)
(;;("M-x" . 'counsel-M-x)
;;("C-h f" . 'counsel-describe-function)
;;("C-h v" . 'counsel-describe-variable)
)
)
......
......@@ -10,7 +10,8 @@
"f f" 'counsel-find-file
"f r" 'counsel-recentf
"f s" 'save-buffer
"SPC" 'counsel-M-x
;; "SPC" 'counsel-M-x
"SPC" 'execute-extended-command
"s s" 'swiper
"h i" 'counsel-imenu
;; buffer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment