Split doom-reload-hook into before/after hooks
This commit is contained in:
parent
a835be1c40
commit
35185b2175
4 changed files with 11 additions and 8 deletions
|
@ -360,7 +360,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
(setf (alist-get fn ivy-posframe-display-functions-alist)
|
||||
#'ivy-display-function-fallback))
|
||||
|
||||
(add-hook 'doom-reload-hook #'posframe-delete-all))
|
||||
(add-hook 'doom-after-reload-hook #'posframe-delete-all))
|
||||
|
||||
|
||||
(use-package! flx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue