From 42b72788cacc9411404bddc5498b6ed7b9e62f3e Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Tue, 15 Oct 2024 22:14:58 +0800 Subject: [PATCH] Gebruik recente versies van packages. --- maak-website.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") -- 2.39.5