Skip to content

Commit

Permalink
feat(org): add org-re-reveal, org-re-reveal-citeproc & oer-reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 1, 2023
1 parent b6bb265 commit 3b1e01c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-biblio.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
:config
(citar-embark-mode 1))

(use-package org-re-reveal-citeproc
:straight t
:when (and (memq 'me-org minemacs-modules) (not (memq 'org-re-reveal minemacs-disabled-packages))))


(provide 'me-biblio)

Expand Down
7 changes: 7 additions & 0 deletions modules/me-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
:config
(evil-org-agenda-set-keys))

(use-package org-re-reveal
:straight t)

(use-package oer-reveal
:straight t
:hook (minemacs-build-functions . oer-reveal-setup-submodules))


(provide 'me-org)

Expand Down

0 comments on commit 3b1e01c

Please sign in to comment.