Merge remote-tracking branch 'oscarfv/faster-slower'
[spray] / spray.el
index 48819cb12ad2d42ea97c30bf760044f195ce00ef..77df087f748797441aa1651bdfebbe9a08ad1f08 100644 (file)
--- a/spray.el
+++ b/spray.el
 (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