From 8890f3d557da5591fd5a404f6e5ce27be313119a Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Tue, 27 Feb 2024 22:31:15 +0800 Subject: [PATCH] Gebruik nieuwste scripts voor website automatisatie. --- maak-website.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") -- 2.39.5