Skip to content

Commit

Permalink
Change default value of org-super-agenda-header-properties (Fix #236)
Browse files Browse the repository at this point in the history
  • Loading branch information
casch-at committed Dec 24, 2022
1 parent f4f5289 commit 628bf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-super-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ See `format-time-string'."
:type 'string)

(defcustom org-super-agenda-header-properties
'(face org-super-agenda-header
org-agenda-structural-header t)
'(org-super-agenda-header t
org-agenda-structural-header t)
"Text properties added to group headers."
:type 'plist)

Expand Down

0 comments on commit 628bf88

Please sign in to comment.