Make font non-italicized by default
authorIan Kelling <ian@iankelling.org>
Thu, 26 Jun 2014 03:51:03 +0000 (23:51 -0400)
committerIan Kelling <ian@iankelling.org>
Thu, 26 Jun 2014 03:51:03 +0000 (23:51 -0400)
spray.el

index aab9f8e1988a0e9ada1e137e70f5542ef6a97106..bbc15bee2c0e22840e8fae2129ffe6bd6791e4f8 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