Преглед на файлове

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.
Bastien Guerry преди 13 години
родител
ревизия
21eef3b137
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org-faces.el

+ 1 - 1
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)