mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
Fix doom-active-minor-modes
This commit is contained in:
@@ -42,7 +42,11 @@
|
||||
(push (list fn :cleanup 'ivy-posframe-cleanup) ivy-display-functions-props))
|
||||
|
||||
(push '(t . +posframe-ivy-display-at-frame-center-near-bottom) ivy-display-functions-alist)
|
||||
(push '(swiper . nil) ivy-display-functions-alist)
|
||||
|
||||
;; posframe doesn't work well with async sources
|
||||
(dolist (fn '(swiper counsel-rg counsel-ag counsel-pt counsel-grep counsel-git-grep))
|
||||
(push (cons fn nil) ivy-display-functions-alist))
|
||||
|
||||
(ivy-posframe-enable)
|
||||
|
||||
(setq ivy-height 16
|
||||
|
Reference in New Issue
Block a user