diff options
| author | Christian Cleberg <[email protected]> | 2026-03-23 11:24:44 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-23 11:24:44 -0500 |
| commit | 7159f3c1bfc61ef36f3dc60396a155280cbfa536 (patch) | |
| tree | 03dbf057d55e8e6d2914a17157f89d06d568a2c3 /publish.el | |
| parent | bf27b6228f0b62be57334eda54012c55ab7c2567 (diff) | |
| download | cleberg.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.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
