Remove third argument from doom/popup-close* fns

This commit is contained in:
Henrik Lissner 2016-10-11 13:19:55 +02:00
parent 8f76e50242
commit 8c5deda9e3
3 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ elisp buffer). Otherwise forward the region to Quickrun."
"Allows us to re-run quickrun from inside the quickrun buffer."
(awhen (get-buffer-window quickrun/buffer-name)
(shut-up! (quickrun/kill-running-process))
(doom/popup-close it nil t)))
(doom/popup-close it nil)))
;;;###autoload
(defun doom|quickrun-after-run ()