Fix #2322: delete open posframes on doom/reload
This commit is contained in:
parent
91cf27939c
commit
632175d1e2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue