summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-10-30 01:36:59 +0200
committerBastien Guerry <bzg@altern.org>2011-10-30 01:36:59 +0200
commit21eef3b137d1d8364035252117d9bce12dafb4be (patch)
tree76676897258dafb40cd91702d77412cbda4ad950
parentae02e3f3337b94da9cab0799f57235f4a688e4f0 (diff)
downloadorg-mode-21eef3b137d1d8364035252117d9bce12dafb4be.tar.gz
org-faces.el (org-agenda-filter-tags): Use the 'modeline face as default.
* org-faces.el (org-agenda-filter-tags): Use the 'modeline face as default.
-rw-r--r--lisp/org-faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 7c66c89..7b7dfa7 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -673,7 +673,7 @@ month and 365.24 days for a year)."
:group 'org-faces)
(defface org-agenda-filter-tags
- (org-compatible-face 'default
+ (org-compatible-face 'modeline
nil)
"Face for tag(s) in the mode-line when filtering the agenda."
:group 'org-faces)