aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
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