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

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

[elpa] master 2797a9b 090/167: ivy.el (ivy-minibuffer-map): Bind "C-M-a"


From: Oleh Krehel
Subject: [elpa] master 2797a9b 090/167: ivy.el (ivy-minibuffer-map): Bind "C-M-a" to ivy-read-action
Date: Tue, 08 Dec 2015 10:50:11 +0000

branch: master
commit 2797a9b91acf1d0e7c45e0a2aee6d49947d1ec33
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-minibuffer-map): Bind "C-M-a" to ivy-read-action
---
 ivy.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ivy.el b/ivy.el
index 9afc0f3..741a5a4 100644
--- a/ivy.el
+++ b/ivy.el
@@ -170,6 +170,7 @@ Only \"./\" and \"../\" apply here. They appear in reverse 
order."
     (define-key map (kbd "S-SPC") 'ivy-restrict-to-matches)
     (define-key map (kbd "M-w") 'ivy-kill-ring-save)
     (define-key map (kbd "C-'") 'ivy-avy)
+    (define-key map (kbd "C-M-a") 'ivy-read-action)
     (define-key map (kbd "C-c o") 'ivy-occur)
     map)
   "Keymap used in the minibuffer.")



reply via email to

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