diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-27 18:03:54 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-27 18:03:54 -0700 |
| commit | 4d648de66d3b1a3a46286e59336d6b533260a544 (patch) | |
| tree | d8e5609f106a3b22c3701503f7e27f5945a71649 /scratch | |
| parent | f7cf8734363c5bb3b7b996301163260f54d9311b (diff) | |
| download | a4-4d648de66d3b1a3a46286e59336d6b533260a544.tar.xz a4-4d648de66d3b1a3a46286e59336d6b533260a544.zip | |
extensions with @ sign
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index 0b92003..8f2c8b2 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -16,7 +16,7 @@ Window.capture_input({ print("results") end, on_load = function() - print("on_load") + print("on_load") require("99.extensions").setup_buffer(require("99").__get_state()) end, rules = _99.__get_state().rules, |
