diff --git a/config.org b/config.org index a60ad65..1f961a0 100644 --- a/config.org +++ b/config.org @@ -595,6 +595,12 @@ Enable the module (after! org (add-to-list 'org-modules 'org-habit)) #+end_src +Extend the day until around 3AM, for those days with late bed time +#+begin_src emacs-lisp +(after! org + (setq org-extend-today-until 4 + org-use-effective-time t)) +#+end_src ** Babel config *** Ansi colors First, bring in ~ansi-color~