From 887a8a3710ed6ee091bac17770f05ccbc11033f9 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 25 Jun 2014 23:51:03 -0400 Subject: [PATCH] Make font non-italicized by default --- spray.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2