fix(emacs): change italic weight to medium
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9053b19dfd
commit
76f80687b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue