aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-09-01 21:53:51 +0200
committerAdrian Kummerlaender2021-09-01 21:53:51 +0200
commit296f44e98f2bb310c937e9ef1137497a67faf351 (patch)
treef8144e91f683ab3856d201c4b487c03b8a932dcc /gui/conf/init.el
parenta83e1c1dc7d4cb948fd766bb442d69caccbf7642 (diff)
downloadnixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.tar
nixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.tar.gz
nixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.tar.bz2
nixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.tar.lz
nixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.tar.xz
nixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.tar.zst
nixos_home-296f44e98f2bb310c937e9ef1137497a67faf351.zip
Replace org / reveal.js integration
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el6
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