From 0362ebeea5b227b24999ac7af62123808ffdf99c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 29 May 2016 14:05:07 -0400 Subject: [PATCH] Fix doom*save-popups typo --- core/core-popup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ;;