doom: remove org-timeblock

In order to see if this is causing the issues with agenda
This commit is contained in:
Payas Relekar 2023-09-13 22:03:31 +05:30
parent 80d7d3453a
commit 6172f4dc9b

View file

@ -183,9 +183,6 @@ 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,13 +570,6 @@ 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