From: Ian Kelling Date: Thu, 26 Jun 2014 03:58:46 +0000 (-0400) Subject: Merge remote-tracking branch 'oscarfv/faster-slower' X-Git-Url: https://iankelling.org/git/?p=spray;a=commitdiff_plain;h=1a3c073590df736dd38a2f25e6c67d5e9694102d;hp=9f3a3bd2793955083a394d2e527209bc273e0d57 Merge remote-tracking branch 'oscarfv/faster-slower' --- 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