X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/blobdiff_plain/3232fcb524ce3ae488d155539d0a9b256791af81..0102e884f848ce0ff586cf1035d90e0cf01a7d7a:/maak-website.el diff --git a/maak-website.el b/maak-website.el index 565a5d0..d878c67 100644 --- a/maak-website.el +++ b/maak-website.el @@ -1,6 +1,12 @@ (require 'cl-lib) (require 'org) (require 'ox-publish) +(add-to-list 'load-path "~/.emacs.d/elpa/ox-rss-20230408.231") +(add-to-list 'load-path "~/.emacs.d/elpa/mustache-20230713.514") +(add-to-list 'load-path "~/.emacs.d/elpa/s-20220902.1511") +(add-to-list 'load-path "~/.emacs.d/elpa/dash-20230714.723") +(add-to-list 'load-path "~/.emacs.d/elpa/f-20230823.1159") +(add-to-list 'load-path "~/.emacs.d/elpa/htmlize-20210825.2150") (require 'ox-rss) (load "~/.emacs.d/lisp/mustache-html.el")