Extend bed time
This commit is contained in:
parent
8a53f8d4ca
commit
4ea2d6d3a0
|
@ -595,6 +595,12 @@ Enable the module
|
||||||
(after! org
|
(after! org
|
||||||
(add-to-list 'org-modules 'org-habit))
|
(add-to-list 'org-modules 'org-habit))
|
||||||
#+end_src
|
#+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
|
** Babel config
|
||||||
*** Ansi colors
|
*** Ansi colors
|
||||||
First, bring in ~ansi-color~
|
First, bring in ~ansi-color~
|
||||||
|
|
Loading…
Reference in New Issue