emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 9aa1f5c 156/272: counsel.el (counsel-mode-map): Add counse


From: Oleh Krehel
Subject: [elpa] master 9aa1f5c 156/272: counsel.el (counsel-mode-map): Add counsel-M-x
Date: Mon, 25 Apr 2016 10:13:23 +0000

branch: master
commit 9aa1f5cc6eb9ba18b9d50f39e29fb30a2f2c8189
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]