Use ivy fallback display function for swiper et co
As they don't work well with ivy-posframe.
This commit is contained in:
parent
bb6e9b0a4f
commit
4323886b1b
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
|
|
||||||
;; posframe doesn't work well with async sources
|
;; posframe doesn't work well with async sources
|
||||||
(dolist (fn '(swiper counsel-rg counsel-ag counsel-pt counsel-grep counsel-git-grep))
|
(dolist (fn '(swiper counsel-rg counsel-ag counsel-pt counsel-grep counsel-git-grep))
|
||||||
(setf (alist-get fn ivy-display-functions-alist) nil)))
|
(setf (alist-get fn ivy-display-functions-alist) #'ivy-display-function-fallback)))
|
||||||
|
|
||||||
|
|
||||||
(def-package! flx
|
(def-package! flx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue