emacs, nvim: fonts
This commit is contained in:
parent
96933a43a1
commit
a282cf4d63
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
(setq user-full-name "Von Random"
|
||||
user-mail-address "von@mechanus.net")
|
||||
|
||||
(setq doom-font (font-spec :family "Cascadia Code PL" :size 14)
|
||||
(setq doom-font (font-spec :family "vcascadia" :size 14)
|
||||
doom-variable-pitch-font (font-spec :family "PT Sans"))
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
|
||||
|
|
|
@ -31,4 +31,4 @@ vim.o.title = true
|
|||
vim.o.titlestring = '[%{hostname()}] %t - neovim'
|
||||
vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]'
|
||||
|
||||
vim.o.guifont = 'JetBrains Mono:h' .. fsize
|
||||
vim.o.guifont = 'vcascadia:h' .. fsize
|
||||
|
|
Loading…
Reference in a new issue