aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-23 11:24:44 -0500
committerChristian Cleberg <[email protected]>2026-03-23 11:24:44 -0500
commit7159f3c1bfc61ef36f3dc60396a155280cbfa536 (patch)
tree03dbf057d55e8e6d2914a17157f89d06d568a2c3 /publish.el
parentbf27b6228f0b62be57334eda54012c55ab7c2567 (diff)
downloadcleberg.net-7159f3c1bfc61ef36f3dc60396a155280cbfa536.tar.gz
cleberg.net-7159f3c1bfc61ef36f3dc60396a155280cbfa536.tar.bz2
cleberg.net-7159f3c1bfc61ef36f3dc60396a155280cbfa536.zip
attempt to fix builds
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el3
1 files changed, 3 insertions, 0 deletions
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