~octaspire/ox-base64-html

4919a78c98d5d27724128f8937c88beaf6cbfa1d — octaspire 2 years ago 3309b03
Add missing dependency
1 files changed, 4 insertions(+), 1 deletions(-)

M ox-base64-html.el
M ox-base64-html.el => ox-base64-html.el +4 -1
@@ 16,7 16,7 @@

;; Author: octaspire.com
;; Version: 0.1.0
;; Package-Requires: ((noflet))
;; Package-Requires: ((noflet "0.0.15") (s "1.12.0"))
;; Keywords: Org, export, HTML5, base64

;;; Commentary:


@@ 28,6 28,9 @@
(use-package noflet
  :ensure t)

(use-package s
  :ensure t)

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