diff --git a/config.org b/config.org index 50137e7..b3dd53a 100644 --- a/config.org +++ b/config.org @@ -466,7 +466,7 @@ Including indent-buffer, which should not be called automatically on save." (bookmarks . 5))) (setq dashboard-startup-banner 'logo) (setq dashboard-banner-logo-title "Welcome to Editor MACroS") - + (setq dashboard-startup-banner "~/.emacs.d/img/logo.png") (setq dashboard-set-heading-icons t) (setq dashboard-set-file-icons t)) #+END_SRC diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..61ecb02 Binary files /dev/null and b/img/logo.png differ