fix(emacs): make line numbers scale correctly
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e3c591e59d
commit
8084df9c93
1 changed files with 7 additions and 5 deletions
|
@ -71,7 +71,9 @@
|
|||
'(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))))
|
||||
`(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font)))))
|
||||
`(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font))))
|
||||
'(line-number ((t (:inherit default :foreground "#98A4AE"))))
|
||||
'(line-number-current-line ((t (:inherit default :foreground "#98A4AE")))))
|
||||
(set-face-attribute 'italic nil
|
||||
:family 'inherit
|
||||
:slant 'italic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue