ivy-posframe: ignore counsel-rg
This commit is contained in:
parent
24efd5b909
commit
c2d66ccdcf
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
#'+ivy-display-at-frame-center-near-bottom-fn)
|
#'+ivy-display-at-frame-center-near-bottom-fn)
|
||||||
|
|
||||||
;; posframe doesn't work well with async sources
|
;; posframe doesn't work well with async sources
|
||||||
(dolist (fn '(swiper counsel-ag counsel-grep counsel-git-grep))
|
(dolist (fn '(swiper counsel-rg counsel-grep counsel-git-grep))
|
||||||
(setf (alist-get fn ivy-posframe-display-functions-alist)
|
(setf (alist-get fn ivy-posframe-display-functions-alist)
|
||||||
#'ivy-display-function-fallback)))
|
#'ivy-display-function-fallback)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue