Add images for dashboard

This commit is contained in:
g1n 2021-05-04 19:38:05 +03:00
parent 00923d6bde
commit 5d61a8b79a
6 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,5 +6,6 @@ ido.last
recentf
eshell
elpher-bookmarks
transient
*#
*~

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/emacs-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
img/emacs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -157,7 +157,7 @@
(require 'dashboard)
(dashboard-setup-startup-hook)
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
(setq dashboard-startup-banner "~/images/emacs-icon.png")
(setq dashboard-startup-banner "~/.emacs.d/img/arch-with-emacs-icon.png")
(setq dashboard-center-content t)
(setq dashboard-items '((recents . 5)
(bookmarks . 5)