splash!
This commit is contained in:
parent
fb1e313f39
commit
12da982d43
|
@ -91,6 +91,11 @@
|
||||||
(cl-remove-if (lambda (cmd) (string-equal "BibTeX" (car cmd)))
|
(cl-remove-if (lambda (cmd) (string-equal "BibTeX" (car cmd)))
|
||||||
TeX-command-list)))
|
TeX-command-list)))
|
||||||
(setq TeX-command-default "LaTeX"))
|
(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
|
;; emmet mode
|
||||||
(after! emmet-mode
|
(after! emmet-mode
|
||||||
(add-hook 'html-mode-hook 'emmet-mode)
|
(add-hook 'html-mode-hook 'emmet-mode)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue