ui/doom-dashboard: reload at least once on startup
This commit is contained in:
parent
4977d22b75
commit
e3040c676b
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ Possible values:
|
||||||
(add-hook 'persp-created-functions #'+doom-dashboard|record-project)
|
(add-hook 'persp-created-functions #'+doom-dashboard|record-project)
|
||||||
(add-hook 'persp-activated-functions #'+doom-dashboard|detect-project)
|
(add-hook 'persp-activated-functions #'+doom-dashboard|detect-project)
|
||||||
(add-hook 'persp-before-switch-functions #'+doom-dashboard|record-project)
|
(add-hook 'persp-before-switch-functions #'+doom-dashboard|record-project)
|
||||||
(+doom-dashboard-reload t)
|
(+doom-dashboard-reload t))
|
||||||
(+doom-dashboard|resize))
|
|
||||||
|
|
||||||
(defun +doom-dashboard|reload-on-kill ()
|
(defun +doom-dashboard|reload-on-kill ()
|
||||||
"A `kill-buffer-query-functions' hook. If this isn't a dashboard buffer, move
|
"A `kill-buffer-query-functions' hook. If this isn't a dashboard buffer, move
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue