This commit is contained in:
EliasVincent 2024-12-27 14:45:12 +01:00
parent fb1e313f39
commit 12da982d43
2 changed files with 5 additions and 0 deletions

View File

@ -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)

BIN
splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB