]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Definieer load-path expliciet voor batch mode emacs.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Thu, 28 Dec 2023 13:30:09 +0000 (21:30 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Thu, 28 Dec 2023 13:30:09 +0000 (21:30 +0800)
maak-website.el

index 565a5d0e0a81a1605e99588393c8aeffee3401f8..d878c675e6743a51729f16bb56ef1321ad480cf1 100644 (file)
@@ -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")