From 7159f3c1bfc61ef36f3dc60396a155280cbfa536 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 23 Mar 2026 11:24:44 -0500 Subject: attempt to fix builds --- publish.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index cf11664..026103c 100644 --- a/publish.el +++ b/publish.el @@ -1,4 +1,6 @@ ;;; -*- lexical-binding: t -*- +(setq debug-on-error t) + ;; Allow for macOS (dev machine) & Linux (GitHub Actions) execution (defvar site-lisp-base (expand-file-name "~/.config/emacs/.local/straight/repos")) @@ -9,6 +11,7 @@ (add-to-list 'load-path (expand-file-name "templatel" site-lisp-base)) (require 'htmlize) +(require 'templatel) (require 'weblorg) ;; Set default URL for Weblorg -- cgit v1.2.3