mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -28,6 +28,7 @@ the buffer is visible, then set another timer and try again later."
|
|||||||
(let (kill-buffer-hook kill-buffer-query-functions)
|
(let (kill-buffer-hook kill-buffer-query-functions)
|
||||||
(kill-buffer buffer))))))))))
|
(kill-buffer buffer))))))))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun +popup--init (window &optional alist)
|
(defun +popup--init (window &optional alist)
|
||||||
"Initializes a popup window. Run any time a popup is opened. It sets the
|
"Initializes a popup window. Run any time a popup is opened. It sets the
|
||||||
default window parameters for popup windows, clears leftover transient timers
|
default window parameters for popup windows, clears leftover transient timers
|
||||||
|
Reference in New Issue
Block a user