~octaspire/ox-base64-html

3d0c251032820fc3dda5e37375af6cdce4bbb0b3 — octaspire 2 years ago 51474d4
Use package noflet
1 files changed, 3 insertions(+), 0 deletions(-)

M ox-base64-html.el
M ox-base64-html.el => ox-base64-html.el +3 -0
@@ 25,6 25,9 @@
;; assets like images, videos and compressed archives as base64
;; encoded data URIs into the generated HTML5 file.

(use-package noflet
  :ensure t)

(require 'org)
(require 'ox-html)
(require 'noflet)