From: Ian Kelling Date: Thu, 26 Jun 2014 03:51:03 +0000 (-0400) Subject: Make font non-italicized by default X-Git-Url: https://iankelling.org/git/?p=spray;a=commitdiff_plain;h=887a8a3710ed6ee091bac17770f05ccbc11033f9 Make font non-italicized by default --- diff --git a/spray.el b/spray.el index aab9f8e..bbc15be 100644 --- a/spray.el +++ b/spray.el @@ -62,13 +62,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