You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this command is useful even for people who don't use lispy and generalize it to avy-goto-punctuation, and then you can specialize it for lispy as lispy-ace-paren.
The text was updated successfully, but these errors were encountered:
lispy-ace-paren uses some lispy-specific things, such as lispy--remember and lispy--in-string-or-comment-p. That means that either avy has to depend on lispy, or the other way around. I think the current way is better.
* ivy.el (ivy--insert-minibuffer): Temporarily bind
`resize-mini-windows' to nil.
From its doc:
A value of `grow-only', the default, means let mini-windows grow only;
they return to their normal size when the minibuffer is closed, or the
echo area becomes empty.
It could be that an update catches this minibuffer empty during
`ivy--insert-minibuffer'.
Re abo-abo#77
I think this command is useful even for people who don't use
lispy
and generalize it toavy-goto-punctuation
, and then you can specialize it forlispy
aslispy-ace-paren
.The text was updated successfully, but these errors were encountered: