mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/popup: force close in +popup*close advice
This commit is contained in:
@ -403,7 +403,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||
;;;###autoload
|
||||
(defun +popup*close (&rest _)
|
||||
"TODO"
|
||||
(+popup/close))
|
||||
(+popup/close nil t))
|
||||
|
||||
;;;###autoload
|
||||
(defun +popup*save (orig-fn &rest args)
|
||||
|
Reference in New Issue
Block a user