From: Mark Wooding Date: Wed, 19 May 2010 23:43:47 +0000 (+0100) Subject: el/dot-emacs.el: Don't use a fancy face for `which-func'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/69498691f984c0d5673eddcd87d908d390470466?ds=inline el/dot-emacs.el: Don't use a fancy face for `which-func'. It ends up being invisible against non-selected modelines. --- 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 @@ (default :weight bold) (((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))