mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix doom*save-popups typo
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
(add-hook 'doom-popup-post-hook 'doom|popup-init) ; Keep track of popups
|
(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
|
(add-hook 'doom-popup-post-hook 'doom|hide-mode-line) ; No mode line in popups
|
||||||
;; Prevents popups from messaging with windows-moving functions
|
;; 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))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user