Set font to match kitty, add splash image

This commit is contained in:
Elnu 2023-01-23 19:17:25 -08:00
parent a614738fa1
commit 44aa6ed6e0
2 changed files with 5 additions and 0 deletions

View file

@ -195,3 +195,8 @@
(add-to-list 'custom-theme-load-path "~/.emacs.d/everforest")
(load-theme 'everforest-hard-dark t)
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font Mono" ))
(set-face-attribute 'default nil :height 120) ;; 12pt
(setq fancy-splash-image (concat doom-user-dir "splash.jpg"))

BIN
emacs/.doom.d/splash.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB