mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;;;###autoload
|
||||||
(defun +popup*close (&rest _)
|
(defun +popup*close (&rest _)
|
||||||
"TODO"
|
"TODO"
|
||||||
(+popup/close))
|
(+popup/close nil t))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +popup*save (orig-fn &rest args)
|
(defun +popup*save (orig-fn &rest args)
|
||||||
|
Reference in New Issue
Block a user