diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 10:55:35 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 10:55:35 +0000 |
commit | c3d45562821a3489aab925145787aa3eb7dabcf2 (patch) | |
tree | 71569cc79e6b0c82063bdf23d1245877f6a461b6 | |
parent | 2a49ff6d12d73609f2fcd6e7115abad383d37282 (diff) |
changed agenda setting
Diffstat (limited to '')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |