# HG changeset patch # User Oleksander Gavenko # Date 1208466292 -10800 # Node ID f4448d2863d6ee82766252907d7a28d160d7ea74 # Parent fde58d93c047881cf3b7419002e2e08ce51fd9a8 More portable defface for TABs. diff -r fde58d93c047 -r f4448d2863d6 .emacs --- a/.emacs Fri Apr 18 00:04:51 2008 +0300 +++ b/.emacs Fri Apr 18 00:04:52 2008 +0300 @@ -630,9 +630,7 @@ ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule (defface my-tab-face - '((((type graphical) (class color) (min-colors 216)) (:underline "#666")) - (((class color) (min-colors 216)) (:background "#666")) - (((class color) (min-colors 16)) (:background "yellow"))) + '((t :background "gray")) "Face for showing TABs." :group 'basic-faces)