X-Git-Url: https://iankelling.org/git/?p=spray;a=blobdiff_plain;f=spray.el;h=77df087f748797441aa1651bdfebbe9a08ad1f08;hp=48819cb12ad2d42ea97c30bf760044f195ce00ef;hb=1a3c073590df736dd38a2f25e6c67d5e9694102d;hpb=9f3a3bd2793955083a394d2e527209bc273e0d57 diff --git a/spray.el b/spray.el index 48819cb..77df087 100644 --- a/spray.el +++ b/spray.el @@ -64,13 +64,15 @@ (make-face 'spray-base-face) (set-face-attribute 'spray-base-face nil :background (face-background 'default) - :foreground (face-foreground 'default)) + :foreground (face-foreground 'default) + :slant 'normal) (make-face 'spray-orp-face) (set-face-attribute 'spray-orp-face nil :foreground "red" :overline (face-foreground 'default) - :underline (face-foreground 'default)) + :underline (face-foreground 'default) + :slant 'normal) ;; * internal vars