Revert "doom: remove org-timeblock"

This reverts commit 6172f4dc9b.
This commit is contained in:
Payas Relekar 2023-09-13 22:26:15 +05:30
parent 184114fce4
commit b8d6ea02f2

View file

@ -183,6 +183,9 @@ Tangle ~packages.el~ from within org-mode.
(package! hledger-mode)
(package! ebdb)
(package! org-timeblock
:recipe (:type git :host github :repo "ichernyshovvv/org-timeblock"))
#+end_src
* Modus-themes
Customize Modus-themes a little to make it more peppy and vibrant.
@ -573,6 +576,13 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
(org-footnote-assistant-mode 1))
#+end_src
** org-timeblock
#+begin_src emacs-lisp :lexical t
(use-package! org-timeblock
:after (org)
:commands (org-timeblock-list org-timeblock))
#+end_src
* Bibtex
- Setup bibtex related packages (=citar=, =citar-org-roam= and =arxiv-citation=) to use ~org/bib~~ directory.
#+begin_src emacs-lisp :lexical t