mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #2322: delete open posframes on doom/reload
This commit is contained in:
@ -331,7 +331,9 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||||||
;; posframe.
|
;; posframe.
|
||||||
(dolist (fn '(swiper counsel-rg 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))
|
||||||
|
|
||||||
|
(add-hook 'doom-reload-hook #'posframe-delete-all))
|
||||||
|
|
||||||
|
|
||||||
(use-package! flx
|
(use-package! flx
|
||||||
|
Reference in New Issue
Block a user