]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-mode-map): Add counsel-M-x
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 3 Mar 2016 08:28:15 +0000 (09:28 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 3 Mar 2016 08:28:15 +0000 (09:28 +0100)
Re #414

counsel.el

index d806ee7fc1259b8734c4764388918825b02f3b40..6cca45c7d10308d63836de4115a6dfac6cd28156 100644 (file)
@@ -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)