diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-26 00:23:35 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-26 00:25:24 -0400 |
| commit | cb5d76b094bec8bbca84b4022cf352e78f4656a7 (patch) | |
| tree | 306c3613857333ac4eb3973fdc6b1709e17cbc00 /llm-tools-hl.el | |
| parent | 62336cfba249c9bdd781d0789cc041f02f2aef0b (diff) | |
add lexical-binding to all files to prevent dynamic binding issues
this caused my tools not be defined when actually testing in a gptel
session
Diffstat (limited to 'llm-tools-hl.el')
| -rw-r--r-- | llm-tools-hl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llm-tools-hl.el b/llm-tools-hl.el index 49e67fb..d745953 100644 --- a/llm-tools-hl.el +++ b/llm-tools-hl.el | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | ;; -*- lexical-binding: t; -*- | ||
| 1 | (defvar llm-tools--hl-bigrams | 2 | (defvar llm-tools--hl-bigrams |
| 2 | (list "aa" "ab" "ac" "ad" "ae" "af" "ag" "ah" "ai" "aj" "ak" "al" "am" "an" | 3 | (list "aa" "ab" "ac" "ad" "ae" "af" "ag" "ah" "ai" "aj" "ak" "al" "am" "an" |
| 3 | "ao" "ap" "aq" "ar" "as" "at" "au" "av" "aw" "ax" "ay" "az" "ba" "bb" | 4 | "ao" "ap" "aq" "ar" "as" "at" "au" "av" "aw" "ax" "ay" "az" "ba" "bb" |
