From: Frederik Vanrenterghem <frederik@vanrenterghem.biz>
Date: Tue, 15 Oct 2024 14:14:58 +0000 (+0800)
Subject: Gebruik recente versies van packages.
X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/commitdiff_plain/42b72788cacc9411404bddc5498b6ed7b9e62f3e?ds=inline

Gebruik recente versies van packages.
---

diff --git a/maak-website.el b/maak-website.el
index 92a918d..c93f1cc 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-20240103.1301")
-(add-to-list 'load-path "~/.emacs.d/elpa/f-20231219.750")
-(add-to-list 'load-path "~/.emacs.d/elpa/htmlize-20240212.1001")
+(add-to-list 'load-path "~/.emacs.d/elpa/dash-20240510.1327")
+(add-to-list 'load-path "~/.emacs.d/elpa/f-20240308.906 " )
+(add-to-list 'load-path "~/.emacs.d/elpa/htmlize-20240527.1456")
 (require 'ox-rss)
 (load "~/.emacs.d/lisp/mustache-html.el")