Skip to content

Commit

Permalink
add ox-ioslide to the org layer
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Sep 8, 2015
1 parent 6b33031 commit 9869dbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layers/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
org-pomodoro
org-present
org-repo-todo
ox-ioslide
toc-org
))

Expand Down Expand Up @@ -226,6 +227,11 @@ Will work on both org-mode and any mode that accepts plain html."
(setq toc-org-max-depth 10)
(add-hook 'org-mode-hook 'toc-org-enable))))

(defun org/init-ox-ioslide ()
(use-package ox-ioslide
:config
(require 'ox-ioslide-helper)))

(defun org/init-htmlize ()
(use-package htmlize
:defer t))

0 comments on commit 9869dbe

Please sign in to comment.