1
0
Fork 0

doom: font; alacritty: migrate to toml

This commit is contained in:
Von Random 2023-12-28 16:24:53 +02:00
parent 964e6dd2af
commit f25d5077b0
3 changed files with 58 additions and 48 deletions

View file

@ -1,7 +1,7 @@
(setq user-full-name "Von Random"
user-mail-address "von@mechanus.net")
(setq doom-font (font-spec :family "VascadiaMod" :size 14)
(setq doom-font (font-spec :family "Fantasque Sans Mono" :size 16)
doom-variable-pitch-font (font-spec :family "PT Sans"))
(setq doom-theme 'doom-gruvbox)