소스 검색

Merge branch 'maint'

Nicolas Goaziou 8 년 전
부모
커밋
3a53e3b10a
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      lisp/org-faces.el

+ 5 - 1
lisp/org-faces.el

@@ -558,7 +558,11 @@ month and 365.24 days for a year)."
   :group 'org-faces)
 
 (defface org-agenda-filter-category '((t :inherit mode-line))
-  "Face for categories(s) in the mode-line when filtering the agenda."
+  "Face for categories in the mode-line when filtering the agenda."
+  :group 'org-faces)
+
+(defface org-agenda-filter-effort '((t :inherit mode-line))
+  "Face for effort in the mode-line when filtering the agenda."
   :group 'org-faces)
 
 (defface org-time-grid	   ;Copied from `font-lock-variable-name-face'