popup: redraw-frame after closing (on emacs<=24)

This commit is contained in:
Henrik Lissner 2016-06-05 00:09:27 -04:00
parent 12361c3aa6
commit ed9b000714
2 changed files with 15 additions and 12 deletions

View file

@ -150,7 +150,7 @@
(window (and buffer (get-buffer-window buffer))))
(when buffer
(shut-up! (quickrun/kill-running-process))
(doom/popup-close window nil t))))
(doom/popup-close window))))
(advice-add 'quickrun :before 'doom*quickrun-close-popup)
(advice-add 'quickrun-region :before 'doom*quickrun-close-popup)