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

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

[elpa] externals/ivy-hydra 35d015b 166/395: ivy.el (ivy-avy): Configure


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 35d015b 166/395: ivy.el (ivy-avy): Configure no-counsel-M-x
Date: Thu, 25 Feb 2021 08:31:55 -0500 (EST)

branch: externals/ivy-hydra
commit 35d015b92f644580f2cebfdb0c801346b62fd6ec
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ivy.el (ivy-avy): Configure no-counsel-M-x
    
    Re #2438
---
 ivy.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ivy.el b/ivy.el
index dbde39f..b06bc7c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1851,6 +1851,7 @@ This string is inserted into the minibuffer."
            (while (eq (setq res (avy-process (ivy--avy-candidates))) t))
            (when res
              (ivy--avy-action res))))))
+(put 'ivy-avy 'no-counsel-M-x t)
 
 (defun ivy-sort-file-function-default (x y)
   "Compare two files X and Y.



reply via email to

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