summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index f6a2a15..922a7da 100644
--- a/init.el
+++ b/init.el
@@ -251,7 +251,8 @@
251 251
252(use-package dashboard 252(use-package dashboard
253 :straight t 253 :straight t
254 :hook (after-init . dashboard-setup-startup-hook) 254 :hook ((after-init . dashboard-setup-startup-hook)
255 (server-after-make-frame . dashboard-open))
255 :custom 256 :custom
256 (dashboard-center-content nil) 257 (dashboard-center-content nil)
257 (dashboard-startup-banner (expand-file-name "logo.png" user-emacs-directory)) 258 (dashboard-startup-banner (expand-file-name "logo.png" user-emacs-directory))