Require cask and htmlize when exporting init.org
This commit is contained in:
parent
44704e67ec
commit
8320ecc9ab
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
(eval-and-compile
|
||||||
|
(require 'cask "~/projects/ext/cask/cask.el")
|
||||||
|
(cask-initialize))
|
||||||
|
|
||||||
(require 'ox-publish)
|
(require 'ox-publish)
|
||||||
|
(require 'htmlize)
|
||||||
|
|
||||||
(setq org-publish-use-timestamps-flag nil
|
(setq org-publish-use-timestamps-flag nil
|
||||||
org-html-htmlize-output-type 'css
|
org-html-htmlize-output-type 'css
|
||||||
|
|
Loading…
Reference in a new issue