diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 6 |
1 files changed, 4 insertions, 2 deletions
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 |