Add hallows.png to repo
This commit is contained in:
parent
8ce5fbf98d
commit
03df1273e4
@ -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
BIN
emacs/.emacs.d/images/hallows.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user