diff --git a/.gitignore b/.gitignore index 8b122ac..b2d2c96 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ ido.last recentf eshell elpher-bookmarks +transient *# *~ \ No newline at end of file diff --git a/img/arch-with-emacs-icon.png b/img/arch-with-emacs-icon.png new file mode 100644 index 0000000..ff2784b Binary files /dev/null and b/img/arch-with-emacs-icon.png differ diff --git a/img/emacs-icon.png b/img/emacs-icon.png new file mode 100644 index 0000000..464a68f Binary files /dev/null and b/img/emacs-icon.png differ diff --git a/img/emacs.png b/img/emacs.png new file mode 100644 index 0000000..718b071 Binary files /dev/null and b/img/emacs.png differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..c9de00c Binary files /dev/null and b/img/logo.png differ diff --git a/init.el b/init.el index 6a33089..29bd6f9 100644 --- a/init.el +++ b/init.el @@ -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)