Use ivy fallback display function for swiper et co

As they don't work well with ivy-posframe.
This commit is contained in:
Henrik Lissner 2018-07-14 04:08:17 +02:00
parent bb6e9b0a4f
commit 4323886b1b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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