Don't redraw after opening popups (only closing)

This commit is contained in:
Henrik Lissner 2016-06-05 00:51:17 -04:00
parent 19c18d073c
commit a392c8dcfd

View file

@ -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 ()