Enable org-collector

This commit is contained in:
Nathan McCarty 2023-05-29 00:03:41 -04:00
parent 23164d1f86
commit 2c9baefdf4
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 6 additions and 0 deletions

View File

@ -821,6 +821,12 @@ Extend the day until around 3AM, for those days with late bed time
(setq org-extend-today-until 4 (setq org-extend-today-until 4
org-use-effective-time t)) org-use-effective-time t))
#+end_src #+end_src
*** org collector
Provides nice tables from the properties of an item
#+begin_src emacs-lisp
(after! org
(add-to-list 'org-modules 'org-collector))
#+end_src
** Babel config ** Babel config
*** Ansi colors *** Ansi colors
First, bring in ~ansi-color~ First, bring in ~ansi-color~