diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b61394f..013a2f0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -502,8 +502,9 @@ (setq dashboard-startup-banner "~/Pictures/medicine/plague-doctor.png") ;; Set the title (setq dashboard-banner-logo-title "Is that a flying flower?") -(setq dashboard-init-info "Bring me your sick and wounded!") +;; (setq dashboard-init-info "Bring me your sick and wounded!") ;; Content is not centered by default. To center, set +(setq dashboard-set-init-info t) (setq dashboard-center-content t) (setq dashboard-set-navigator t) (setq dashboard-set-heading-icons t) @@ -515,7 +516,7 @@ ;; :height 1.1 ;; :v-adjust -0.05 ;; :face 'font-lock-keyword-face)) -(setq dashboard-set-footer nil) +(setq dashboard-set-footer t) (custom-set-variables |