fix(emacs): change italics display
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e6a49cd934
commit
b431bd2d45
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
||||||
:custom-face
|
:custom-face
|
||||||
(default ((t (:family ,priime-fixed-font :weight medium))))
|
(default ((t (:family ,priime-fixed-font :weight medium))))
|
||||||
(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
|
(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))))
|
(lazy-highlight ((t (:inherit region))))
|
||||||
(variable-pitch ((t (:inherit default :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))))
|
(fixed-pitch ((t (:family ,priime-fixed-font :height ,priime-fixed-height :inherit nil))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue