Use Iosevka Term instead of Iosevka
In Iosevka, some characters had length 2 (e.g. arrows), which sometimes break alignment. Iosevka Term ensures that all characters are displayed in the same size.
This commit is contained in:
parent
f1a1d11f49
commit
935bc64af1
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -48,7 +48,7 @@
|
|||
(setq-default c-basic-offset 2)
|
||||
(setq c-default-style "linux")
|
||||
|
||||
(let ((my-font "Iosevka")
|
||||
(let ((my-font "Iosevka Term")
|
||||
(my-height 120))
|
||||
(set-face-attribute 'default nil :family my-font :height my-height)
|
||||
(set-face-attribute 'fixed-pitch nil :family my-font :height my-height))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue