aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-03 17:47:14 -0600
committerChristian Cleberg <[email protected]>2026-02-03 17:47:14 -0600
commit245261ce887db5476b212fa80765820565f36744 (patch)
tree76887570e60e17d0c857ef49ab7b9a392633040f
parent7d1a15fe2efeac0f321901bd231a1a0117869f4e (diff)
downloadcleberg.net-245261ce887db5476b212fa80765820565f36744.tar.gz
cleberg.net-245261ce887db5476b212fa80765820565f36744.tar.bz2
cleberg.net-245261ce887db5476b212fa80765820565f36744.zip
fix missing lexical-binding
-rw-r--r--publish.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 949f094..fa01331 100644
--- a/publish.el
+++ b/publish.el
@@ -1,3 +1,4 @@
+;;; -*- lexical-binding: t -*-
;; Explicitly load packages for Doom Emacs
(add-to-list 'load-path "~/.config/emacs/.local/straight/repos/htmlize")
(add-to-list 'load-path "~/.config/emacs/.local/straight/repos/weblorg")