feature/popup: call +popup/close in +popup*evil-command-window-execute
- doom/popup-close was renamed to +popup/close
This commit is contained in:
parent
01b4a59f84
commit
8227f40d08
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ the command buffer."
|
|||
(unless (equal evil-command-window-current-buffer (current-buffer))
|
||||
(user-error "Originating buffer is no longer active"))
|
||||
;; (kill-buffer "*Command Line*")
|
||||
(doom/popup-close popup)
|
||||
(+popup/close popup)
|
||||
(funcall execute-fn result)
|
||||
(setq evil-command-window-current-buffer nil)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue