aboutsummaryrefslogtreecommitdiff
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
commitad4a5d7ba23a5871b241c4a41b3d1dede036a028 (patch)
treee0ee5727213fc9bf46bbf1c99dc574877410ac30 /init.el
parent07267eae8ef41baf314e0817044569dc9f9ce255 (diff)
downloaddotemacs-ad4a5d7ba23a5871b241c4a41b3d1dede036a028.tar.gz
dotemacs-ad4a5d7ba23a5871b241c4a41b3d1dede036a028.zip
feat(reveal): add org-reveal presentation workflow with ERT tests
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