branch: externals/ivy-hydra
commit 35d015b92f644580f2cebfdb0c801346b62fd6ec
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    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