Enable org-collector
This commit is contained in:
parent
23164d1f86
commit
2c9baefdf4
|
@ -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~
|
||||||
|
|
Loading…
Reference in New Issue