From 4ea2d6d3a0a567774ab9e1b806c9cc328637480e Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 12 Nov 2022 00:14:47 -0500 Subject: [PATCH] Extend bed time --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) 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~