Add `fmt-none` to override default formatting we don't want.

This commit is contained in:
Greg Pfeil 2012-02-17 08:46:24 -07:00
parent 7cf2017f3f
commit 4c7a6dd236
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(fg-blue `(:foreground ,blue))
(fg-cyan `(:foreground ,cyan))
(fmt-none `(:weight normal :slant normal :underline nil :inverse-video nil))
(fmt-bold `(:weight ,bold :slant normal :underline nil :inverse-video nil))
(fmt-bldi `(:weight ,bold :underline nil :inverse-video nil))
(fmt-undr `(:weight normal :slant normal :underline ,underline :inverse-video nil))