feature/popup: use delete-window in +popup*evil-command-window-execute
- +popup/close will pollute the popup history - see also https://github.com/hlissner/doom-emacs/pull/339#issuecomment-356544535
This commit is contained in:
parent
4c310bfb17
commit
ea55fcfd0f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ the command buffer."
|
|||
(select-window execute-window)
|
||||
(user-error "Originating buffer is no longer active"))
|
||||
;; (kill-buffer "*Command Line*")
|
||||
(+popup/close popup)
|
||||
(delete-window popup)
|
||||
(funcall execute-fn result)
|
||||
(setq evil-command-window-current-buffer nil)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue