mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
Increase Emacs font size on eDP-1
omen
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
7e75c66250
commit
29d466f57d
|
@ -25,7 +25,7 @@ Adjust the font, based on the specific host.
|
|||
("omen"
|
||||
(pcase mon
|
||||
("DP-1-0.6" (set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 95))
|
||||
("eDP-1" (set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 110)))))
|
||||
("eDP-1" (set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 120)))))
|
||||
(set-face-attribute 'fixed-pitch nil :family magic_rb/fixed-width-font :slant 'normal :height 1.0)
|
||||
(set-face-attribute 'variable-pitch nil :family magic_rb/variable-pitch-font :height 1.0)))
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue