Remove third argument from doom/popup-close* fns
This commit is contained in:
parent
8f76e50242
commit
8c5deda9e3
3 changed files with 5 additions and 5 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue