Fix: (defface org-ql-view-due-date) Customization group

This commit is contained in:
Adam Porter 2024-09-10 22:38:19 -05:00
parent 1c8c89f264
commit a3c0205a68
3 changed files with 54 additions and 48 deletions

View file

@ -57,7 +57,7 @@
(defface org-ql-view-due-date
'((t (:slant italic :weight bold)))
"Face for due dates in `org-ql-view' views."
:group 'org-ql)
:group 'org-ql-view)
(defface org-ql-view-title '((t :weight bold))
"View title in header line."