aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-21 23:49:46 -0700
committerGravatar Tom Willemse2021-06-21 23:49:46 -0700
commit64d3f0cbb9d21051ecb26f8c6a7681caa3c7030f (patch)
treecd2c7d25598c49631bea12114a2a5900925f6ee9
parentb76610e4b6ffb081431c55a02190048a8ddad1d7 (diff)
downloademacs-config-64d3f0cbb9d21051ecb26f8c6a7681caa3c7030f.tar.gz
emacs-config-64d3f0cbb9d21051ecb26f8c6a7681caa3c7030f.zip
[oni-org] Extend the day until 2am
-rw-r--r--oni-org/oni-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 98dfd39..2ba268e 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0621.234629
+;; Version: 2021.0621.234907
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons org-journal)
;; This program is free software; you can redistribute it and/or modify
@@ -202,6 +202,7 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-catch-invisible-edits 'error)
(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
+(setq org-extend-today-until 2)
(setq org-fontify-whole-heading-line t)
(setq org-footnote-auto-adjust t)
(setq org-habit-graph-column 60)