diff --git a/config.el b/config.el index 689feb6..4f1a535 100644 --- a/config.el +++ b/config.el @@ -91,6 +91,11 @@ (cl-remove-if (lambda (cmd) (string-equal "BibTeX" (car cmd))) TeX-command-list))) (setq TeX-command-default "LaTeX")) +;; DOOM Splash Screen +(add-hook! '+doom-dashboard-functions :append + (insert "\n" (+doom-dashboard--center +doom-dashboard--width ":3"))) +(setq fancy-splash-image (concat doom-user-dir "splash.png")) + ;; emmet mode (after! emmet-mode (add-hook 'html-mode-hook 'emmet-mode) diff --git a/splash.png b/splash.png new file mode 100644 index 0000000..60e252b Binary files /dev/null and b/splash.png differ