about summary refs log tree commit diff
path: root/ennum.el
diff options
context:
space:
mode:
authorArun Isaac2026-09-06 02:42:49 +0100
committerArun Isaac2026-09-07 00:46:27 +0100
commit5a682c030a07fc869dc05c6497e09a5136964f52 (patch)
treeda66a57da6d91a584a85ce4a0e1677c1359cb4bb /ennum.el
parente27b6f5c6411c19b89e2721c8970e62cf98a6eb0 (diff)
downloadennum-5a682c030a07fc869dc05c6497e09a5136964f52.tar.gz
ennum-5a682c030a07fc869dc05c6497e09a5136964f52.tar.lz
ennum-5a682c030a07fc869dc05c6497e09a5136964f52.zip
Move link types to separate file.
Move link types to a separate file independent of the ennum-html
backend. The new link export interface exposes the info communication
channel. So, we no longer need to override the html link transcoder.
Diffstat (limited to 'ennum.el')
-rw-r--r--ennum.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ennum.el b/ennum.el
index cfcc0ef..b58a205 100644
--- a/ennum.el
+++ b/ennum.el
@@ -2,6 +2,7 @@
 
 (require 'ennum-html)
 (require 'ennum-image)
+(require 'ennum-link)
 (require 'ox)
 (require 'seq)
 (require 'loadhist)