From b431bd2d45ad713db2ef5dfb806cb25225d70ed3 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 20 Nov 2024 14:33:35 -0500 Subject: [PATCH] fix(emacs): change italics display Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-general.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-general.el b/.emacs.d/include/priime-general.el index d25cefe..eafc537 100644 --- a/.emacs.d/include/priime-general.el +++ b/.emacs.d/include/priime-general.el @@ -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))))