1
0
Fork 0

fix(emacs): change italic weight to medium

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-06 17:13:00 -05:00
parent 9053b19dfd
commit 76f80687b8
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -63,7 +63,7 @@
(set-face-attribute 'italic nil (set-face-attribute 'italic nil
:family 'inherit :family 'inherit
:slant 'italic :slant 'italic
:weight 'semi-bold :weight 'medium
:foreground nano-light-foreground) :foreground nano-light-foreground)
;; Use spaces instead of tabs ;; Use spaces instead of tabs