summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-22 10:55:35 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-22 10:55:35 +0000
commitc3d45562821a3489aab925145787aa3eb7dabcf2 (patch)
tree71569cc79e6b0c82063bdf23d1245877f6a461b6
parent2a49ff6d12d73609f2fcd6e7115abad383d37282 (diff)
changed agenda setting
Diffstat (limited to '')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9430f04..244e0c3 100644
--- a/init.el
+++ b/init.el
@@ -821,6 +821,7 @@ If failed try to complete the common part with `company-complete-common'"
(setq org-agenda-diary-file "~/org/calendar/cal.org")
(setq org-agenda-show-future-repeats t)
(setq org-agenda-skip-deadline-if-done t)
+(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
(setq org-agenda-skip-scheduled-if-done t)
(setq org-agenda-sort-notime-is-late nil)