diff options
| author | Mike Vink <> | 2023-04-19 12:42:59 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-19 12:42:59 +0200 |
| commit | 156cb0752c624161b74f3fc8d01e8f4607e1d76b (patch) | |
| tree | 4710136189ad254a88f83087f91ab113f0b80b27 /fnl/conf/pkgs | |
| parent | 358919a8607b3b0ff71113f191a8174ad210326d (diff) | |
racket compiler starts working!
Diffstat (limited to 'fnl/conf/pkgs')
| -rw-r--r-- | fnl/conf/pkgs/cmp.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/conf/pkgs/cmp.fnl b/fnl/conf/pkgs/cmp.fnl index 99fa55d..51a88f0 100644 --- a/fnl/conf/pkgs/cmp.fnl +++ b/fnl/conf/pkgs/cmp.fnl @@ -1,6 +1,6 @@ (local cmp (require :cmp)) (local compare (require :cmp.config.compare)) -(local always-first [:write :edit :split :quit]) +(local always-first [:write :edit :split :quit :cfirst]) (fn string-startswith? [str start] (= start (string.sub str 1 (string.len start)))) |
