Extend bed time

This commit is contained in:
Nathan McCarty 2022-11-12 00:14:47 -05:00
parent 8a53f8d4ca
commit 4ea2d6d3a0
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 6 additions and 0 deletions

View File

@ -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~