diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-31 00:44:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-31 00:44:28 +0100 |
commit | 5e2c39a2ba252ca0186f63da0ada34cca11586ae (patch) | |
tree | c3ace7556c91f754bda760eeb6df36ce50b4dde7 /fnl/config | |
parent | 908dee98f15a21b2b237e7fb7fb8e9114c5df834 (diff) |
Update lazy description
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/lazy.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lazy.fnl b/fnl/config/lazy.fnl index 679993d..09b0243 100644 --- a/fnl/config/lazy.fnl +++ b/fnl/config/lazy.fnl @@ -1,4 +1,4 @@ -;; Setup for +;; Lazy opts. (module config.lazy {autoload {util config.util}}) (def- opts {:defaults {:lazy true :version "*"} |