diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-05 12:11:41 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-05 12:11:41 +0100 |
| commit | fdff316fff423dd37a093ce1fff1ab289533305c (patch) | |
| tree | 84ec37477ea42bd1cd6e809222f6f174bc4bde43 | |
| parent | f852c4a1eb792a5553487dd94664d3116d4fcd64 (diff) | |
Rename core to aktersnurra
| -rw-r--r-- | fnl/aktersnurra.fnl (renamed from fnl/core/init.fnl) | 0 | ||||
| -rw-r--r-- | init.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fnl/core/init.fnl b/fnl/aktersnurra.fnl index df07743..df07743 100644 --- a/fnl/core/init.fnl +++ b/fnl/aktersnurra.fnl @@ -26,4 +26,4 @@ require("hotpot").setup { }, } require "settings" -require "core" +require "aktersnurra" |