fix(nix): set .Xresources font hinting for emacs
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
c2c472948e
commit
14bb16cfae
2 changed files with 6 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
(custom-set-faces
|
||||
'(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
|
||||
'(lazy-highlight ((t (:inherit region))))
|
||||
`(variable-pitch ((t (:family ,priime-variable-font :height 125 :weight regular))))
|
||||
`(variable-pitch ((t (:inherit default :family ,priime-variable-font :height 125 :weight regular))))
|
||||
`(fixed-pitch ((t (:family ,priime-fixed-font :height ,priime-fixed-height :inherit nil))))
|
||||
`(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font)))))
|
||||
(set-face-attribute 'italic nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue