about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-dashboard.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-prelude/personal/lisp/init-dashboard.el')
-rw-r--r--emacs-prelude/personal/lisp/init-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-dashboard.el b/emacs-prelude/personal/lisp/init-dashboard.el
index 4bbf04f..538bc4c 100644
--- a/emacs-prelude/personal/lisp/init-dashboard.el
+++ b/emacs-prelude/personal/lisp/init-dashboard.el
@@ -2,6 +2,7 @@
 (use-package dashboard
   :init
   (setq dashboard-center-content t
+        dashboard-startup-banner 'logo
         dashboard-set-footer nil
         dashboard-week-agenda t
         dashboard-projects-backend 'projectile
@@ -15,4 +16,3 @@
   (dashboard-setup-startup-hook))
 
 (provide 'init-dashboard)
-