branch: master commit 9aa1f5cc6eb9ba18b9d50f39e29fb30a2f2c8189 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-mode-map): Add counsel-M-x Re #414 --- counsel.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index d806ee7..6cca45c 100644 --- a/counsel.el +++ b/counsel.el @@ -1692,7 +1692,8 @@ An extra action allows to switch to the process buffer." (defvar counsel-mode-map (let ((map (make-sparse-keymap))) (dolist (binding - '((describe-bindings . counsel-descbinds) + '((execute-extended-command . counsel-M-x) + (describe-bindings . counsel-descbinds) (describe-function . counsel-describe-function) (describe-variable . counsel-describe-variable) (find-file . counsel-find-file)