summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-22 18:40:50 +0200
committerThanosApollo <[email protected]>2022-11-22 18:44:14 +0200
commit40217179efd50f20adad181e5d9296d12c6bff68 (patch)
tree2e7b602bdaeeda43bfa2c9fb715fd4284dfcd54f /.emacs.d
parent844dbcee5cb1d275b8360b0a9c63544de1256039 (diff)
Style dashboard
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el5
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