From 69498691f984c0d5673eddcd87d908d390470466 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 20 May 2010 00:43:47 +0100 Subject: [PATCH] el/dot-emacs.el: Don't use a fancy face for `which-func'. It ends up being invisible against non-selected modelines. --- el/dot-emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index dc4b041..bef8695 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -904,6 +904,8 @@ doesn't match any of the regular expressions in (((type tty)) :foreground "green") (t :foreground "SeaGreen1")) (mdw-define-face message-header-name (((type tty)) :foreground "green") (t :foreground "SeaGreen1")) +(mdw-define-face which-func + (t nil)) (mdw-define-face diff-index (t :weight bold)) -- 2.11.0