diff options
author | Case Duckworth | 2021-01-08 23:32:37 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-08 23:32:37 -0600 |
commit | 83a44fbfbb0f194a96e53fd557ad01a754059ddc (patch) | |
tree | c03075f87ea54b9238183c9d95021da1495e8022 | |
parent | Customize dired (diff) | |
download | emacs-83a44fbfbb0f194a96e53fd557ad01a754059ddc.tar.gz emacs-83a44fbfbb0f194a96e53fd557ad01a754059ddc.zip |
Shorten org-deadline-warning-days to 4
-rw-r--r-- | config.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.org b/config.org index c0c3027..3ba01bc 100644 --- a/config.org +++ b/config.org | |||
@@ -1585,6 +1585,8 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m | |||
1585 | 1585 | ||
1586 | (cuss org-agenda-skip-scheduled-if-done t) | 1586 | (cuss org-agenda-skip-scheduled-if-done t) |
1587 | (cuss org-agenda-skip-deadline-if-done t) | 1587 | (cuss org-agenda-skip-deadline-if-done t) |
1588 | (cuss org-deadline-warning-days 4 | ||
1589 | "Warn of a deadline beginning four days before.") | ||
1588 | #+END_SRC | 1590 | #+END_SRC |
1589 | 1591 | ||
1590 | *** TODO Capture | 1592 | *** TODO Capture |