Add hallows.png to repo

This commit is contained in:
Jeremy Dormitzer 2022-03-30 09:56:10 -04:00
parent 8ce5fbf98d
commit 03df1273e4
2 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@
(use-package dashboard
:demand t
:config
(when (file-exists-p (expand-file-name "~/Sync/pictures/hallows.png"))
(setq dashboard-startup-banner (expand-file-name "~/Sync/pictures/hallows.png")))
(let ((pic (expand-file-name (concat user-emacs-directory "images/hallows.png"))))
(when (file-exists-p pic)
(setq dashboard-startup-banner pic)))
(dashboard-setup-startup-hook)
(evil-collection-dashboard-setup)
:custom

BIN
emacs/.emacs.d/images/hallows.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB