mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't redraw after opening popups (only closing)
This commit is contained in:
@ -105,9 +105,7 @@
|
||||
;;;###autoload
|
||||
(defun doom*run-popup-post-hooks (&rest _)
|
||||
(with-current-buffer shackle-last-buffer
|
||||
(run-hooks 'doom-popup-post-hook)
|
||||
(when (< emacs-major-version 25)
|
||||
(redraw-frame))))
|
||||
(run-hooks 'doom-popup-post-hook)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom|popup-init ()
|
||||
|
Reference in New Issue
Block a user