Sfoglia il codice sorgente

Update comment to reflect update in #9016

Gabriel Horner 2 anni fa
parent
commit
9bf867e9ff
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      templates/config.edn

+ 4 - 4
templates/config.edn

@@ -57,11 +57,11 @@
  ;; :feature/disable-scheduled-and-deadline-query? true
 
  ;; Specify the number of days in the future to display in the
- ;; scheduled tasks and deadlines query, with a default value of 0 which
- ;; only displays tasks for today.
+ ;; scheduled tasks and deadlines query, with a default value of 7 which
+ ;; displays tasks for the next 7 days.
  ;; Example usage:
- ;; Display all scheduled tasks and deadlines in the next 7 days
- ;; :scheduled/future-days 7
+ ;; Display all scheduled and deadline blocks for the next 14 days
+ ;; :scheduled/future-days 14
 
  ;; Specify the date on which the week starts.
  ;; Goes from 0 to 6 (Monday to Sunday), default to 6