mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Force refresh dashboard on kill-buffer-query
This commit is contained in:
@ -59,7 +59,8 @@ if in a GUI/non-daemon session."
|
|||||||
|
|
||||||
(defun +doom-dashboard|kill-buffer-query-fn ()
|
(defun +doom-dashboard|kill-buffer-query-fn ()
|
||||||
(or (not (+doom-dashboard-p))
|
(or (not (+doom-dashboard-p))
|
||||||
(ignore (ignore-errors (+doom-dashboard-reload)))))
|
(ignore (let (+doom-dashboard-inhibit-refresh)
|
||||||
|
(ignore-errors (+doom-dashboard-reload))))))
|
||||||
|
|
||||||
(defun +doom-dashboard|make-frame (frame)
|
(defun +doom-dashboard|make-frame (frame)
|
||||||
"Reload the dashboard after a brief pause. This is necessary for new frames,
|
"Reload the dashboard after a brief pause. This is necessary for new frames,
|
||||||
|
Reference in New Issue
Block a user