Set font size for windows
This commit is contained in:
parent
b333f2dbbf
commit
c276b1e188
1 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,11 @@
|
|||
display-line-numbers-grow-only t
|
||||
display-line-numbers-type (quote relative)
|
||||
display-line-numbers-widen nil
|
||||
)
|
||||
)
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(add-to-list 'default-frame-alist '(font . "Iosevka Term-12"))))
|
||||
|
||||
(provide 'display)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue