aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index dabad65..bc8aa81 100644
--- a/init.el
+++ b/init.el
@@ -1243,9 +1243,9 @@
1243 '((:discard (:habit)) 1243 '((:discard (:habit))
1244 (:name "IN-PROGRESS" 1244 (:name "IN-PROGRESS"
1245 :todo ("IN-PROGRESS" "REVIEW")) 1245 :todo ("IN-PROGRESS" "REVIEW"))
1246 (:name "OVERDUE" 1246 ;; (:name "OVERDUE"
1247 :deadline past 1247 ;; :deadline past
1248 :scheduled past) 1248 ;; :scheduled past)
1249 (:name "NEXT ACTIONS" 1249 (:name "NEXT ACTIONS"
1250 :todo "NEXT") 1250 :todo "NEXT")
1251 (:discard (:anything t))))))))))) 1251 (:discard (:anything t)))))))))))