UP | HOME

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

Date: Time-stamp: <2022-07-21 Thu 18:25>

Author: Thomas Freeman

Created: 2022-07-21 Thu 18:26

Validate