fix font size kinda
This commit is contained in:
parent
315694498a
commit
6c53a9dad4
@ -78,7 +78,7 @@ console."
|
|||||||
"neofetch resolution"))) "x")))
|
"neofetch resolution"))) "x")))
|
||||||
(resx (car resolution))
|
(resx (car resolution))
|
||||||
(resy (cadr resolution))
|
(resy (cadr resolution))
|
||||||
(font-height (+ 15 (/ resy 8))))
|
(font-height (/ resy 11)))
|
||||||
(set-face-attribute 'fixed-pitch nil :height font-height)
|
(set-face-attribute 'fixed-pitch nil :height font-height)
|
||||||
(set-face-attribute 'default nil :height font-height)
|
(set-face-attribute 'default nil :height font-height)
|
||||||
(set-face-attribute 'variable-pitch nil :height (+ font-height 10))))
|
(set-face-attribute 'variable-pitch nil :height (+ font-height 10))))
|
||||||
|
Loading…
Reference in New Issue
Block a user