1
0
Fork 0

fix(emacs): change italics display

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-20 14:33:35 -05:00
parent e6a49cd934
commit b431bd2d45
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -132,7 +132,7 @@
:custom-face
(default ((t (:family ,priime-fixed-font :weight medium))))
(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
(italic ((t (:family inherit :slant italic :weight medium))))
(italic ((t (:inherit nano-default :slant italic))))
(lazy-highlight ((t (:inherit region))))
(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))))