From 296f44e98f2bb310c937e9ef1137497a67faf351 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 1 Sep 2021 21:53:51 +0200 Subject: Replace org / reveal.js integration --- gui/conf/init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gui/conf') diff --git a/gui/conf/init.el b/gui/conf/init.el index 73b66c7..971d520 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -296,8 +296,10 @@ (setq org-bullets-bullet-list '("●" "●" "⤷" "⤷")) (add-hook 'org-mode-hook #'org-bullets-mode)) -(use-package ox-reveal - :ensure t) +(use-package org-re-reveal + :ensure t + :custom + (org-re-reveal-revealjs-version "4")) (use-package evil-org :ensure t -- cgit v1.2.3