Load an optional emacs dashbaord png
This commit is contained in:
@@ -167,11 +167,12 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(dashboard-setup-startup-hook)
|
(dashboard-setup-startup-hook)
|
||||||
(setq dashboard-banner-logo-title "Welcome back, Marc."
|
(setq dashboard-startup-banner 'logo
|
||||||
dashboard-startup-banner 'logo
|
|
||||||
dashboard-items '((agenda . 20))
|
dashboard-items '((agenda . 20))
|
||||||
dashboard-item-names '(("Agenda for the coming week:" . "Agenda:"))
|
dashboard-item-names '(("Agenda for the coming week:" . "Agenda:"))
|
||||||
dashboard-center-content t))
|
dashboard-center-content t)
|
||||||
|
(when (file-exists-p "~/.emacs.d/dashboard.png")
|
||||||
|
(setq dashboard-startup-banner "~/.emacs.d/dashboard.png")))
|
||||||
|
|
||||||
;; show color codes
|
;; show color codes
|
||||||
(use-package rainbow-mode
|
(use-package rainbow-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user