diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-05-06 12:00:33 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-05-06 12:00:33 +0200 |
| commit | 966a6a8c42523831024665f3eab7200372655bae (patch) | |
| tree | e2d5996ef3f0a87e0f94963734958be4401ec24e | |
| parent | 3447b6b75e6c0952c181cb06171232fa10ea9cba (diff) | |
Rename plugin loader file to config
| -rw-r--r-- | fnl/config.fnl (renamed from fnl/aktersnurra.fnl) | 0 | ||||
| -rw-r--r-- | init.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fnl/aktersnurra.fnl b/fnl/config.fnl index cf50b2f..cf50b2f 100644 --- a/fnl/aktersnurra.fnl +++ b/fnl/config.fnl @@ -26,4 +26,4 @@ require("hotpot").setup { }, }, } -require "aktersnurra" +require "config" |