diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 86cd7a0..ae42cd8 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -8,6 +8,8 @@ (setq user-full-name "Thomas Ruoff") (setq user-mail-address "thomasruoff@gmail.com") +(setq fancy-splash-image "~/.doom.d/emacs-doom-dashboard.png") + (eval-after-load 'js-mode '(add-hook 'js-mode-hook #'add-node-modules-path)) diff --git a/emacs/.doom.d/emacs-doom-dashboard.png b/emacs/.doom.d/emacs-doom-dashboard.png new file mode 100644 index 0000000..2c9044a Binary files /dev/null and b/emacs/.doom.d/emacs-doom-dashboard.png differ