Ox-publish Configuration
Table of Contents
HTMLize
(use-package htmlize :straight t :defer t)
Ox-publish
(use-package ox-publish :straight (:type built-in) :defer t :after org :config (add-to-list 'load-path "~/.emacs.d/publish/") (require 'freemacs-ox-publish-projects))
Projects
(add-to-list 'load-path "~/.emacs.d/publish/") (require 'freemacs-ox-publish-projects)
End
(provide 'freemacs-ox-publish) ;;; freemacs-ox-publish.el ends here