diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-01 00:25:32 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-01 00:25:32 +0200 |
commit | 6c426d5c48c4398186cf7f9bb52e20b45437c2df (patch) | |
tree | 07ab88c982cb41fbd7f69d2eafef0b5144f86a0c /fnl | |
parent | e251995343ac897e54780f36ce66ca3d2c81331f (diff) |
feat(init): add init fnl
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/init.fnl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/init.fnl b/fnl/init.fnl new file mode 100644 index 0000000..96c1aed --- /dev/null +++ b/fnl/init.fnl @@ -0,0 +1,6 @@ +;; Install, load settings, and load plugin configs. +(module init + {require { + _ install + _ settings + _ config}}) |