summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-14 03:21:13 -0600
committerCraig Jennings <c@cjennings.net>2026-02-14 03:21:13 -0600
commit176ea668cdd83beddd54a24334a8a9db3cc87dfb (patch)
treee0ee5727213fc9bf46bbf1c99dc574877410ac30 /init.el
parentebd8b2ce83941386b196e663d8f8ba83d7ce44c1 (diff)
feat(reveal): add org-reveal presentation workflow with ERT testsHEADmain
Replaced pandoc-based reveal.js export with native ox-reveal integration. New org-reveal-config.el module provides offline, self-contained HTML export with keybindings under C-; p. Includes setup script for reveal.js 5.1.0 and 34 ERT tests covering header template and title-to-filename helpers.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 4926ae1a..c98f49fb 100644
--- a/init.el
+++ b/init.el
@@ -115,6 +115,7 @@
(require 'org-drill-config)
(require 'org-export-config)
(require 'hugo-config) ;; ox-hugo blog workflow (C-; h)
+(require 'org-reveal-config) ;; reveal.js presentations (C-; p)
(require 'org-refile-config) ;; refile org-branches
(require 'org-roam-config) ;; personal knowledge management in org mode