From: Frederik Vanrenterghem Date: Thu, 28 Dec 2023 13:30:09 +0000 (+0800) Subject: Definieer load-path expliciet voor batch mode emacs. X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/commitdiff_plain/7c8fdc2671a706f0dafabfcc92d6559843a0d3c7 Definieer load-path expliciet voor batch mode emacs. --- 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")