From: Frederik Vanrenterghem Date: Tue, 27 Feb 2024 14:31:15 +0000 (+0800) Subject: Gebruik nieuwste scripts voor website automatisatie. X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/commitdiff_plain/8890f3d557da5591fd5a404f6e5ce27be313119a Gebruik nieuwste scripts voor website automatisatie. --- diff --git a/maak-website.el b/maak-website.el index d878c67..92a918d 100644 --- a/maak-website.el +++ b/maak-website.el @@ -4,9 +4,9 @@ (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") +(add-to-list 'load-path "~/.emacs.d/elpa/dash-20240103.1301") +(add-to-list 'load-path "~/.emacs.d/elpa/f-20231219.750") +(add-to-list 'load-path "~/.emacs.d/elpa/htmlize-20240212.1001") (require 'ox-rss) (load "~/.emacs.d/lisp/mustache-html.el")