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 Aug 1, 2015
1 parent 0e547c4 commit 087ed90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
org-pomodoro
org-present
org-repo-todo
ox-ioslide
toc-org
))

Expand Down Expand Up @@ -205,6 +206,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 087ed90

Please sign in to comment.