diff --git a/core/core-popup.el b/core/core-popup.el index 8ddf55ff6..5eb9fba8f 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -54,7 +54,7 @@ (add-hook 'doom-popup-post-hook 'doom|popup-init) ; Keep track of popups (add-hook 'doom-popup-post-hook 'doom|hide-mode-line) ; No mode line in popups ;; Prevents popups from messaging with windows-moving functions - (advice-add 'doom/evil-window-move :around 'doom*save-popups)) + (advice-add 'doom/evil-window-move :around 'doom*save-popup)) ;;