Don't redraw after opening popups (only closing)
This commit is contained in:
parent
19c18d073c
commit
a392c8dcfd
1 changed files with 1 additions and 3 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue