Set font to match kitty, add splash image
This commit is contained in:
parent
a614738fa1
commit
44aa6ed6e0
2 changed files with 5 additions and 0 deletions
|
@ -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
BIN
emacs/.doom.d/splash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Add table
Reference in a new issue