diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 02:49:49 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 02:49:49 +0100 |
commit | 86fc163e549d78136855ac2b45e91ffb2f43affc (patch) | |
tree | 20fab78a2ff2635af5ac95f2b2a11d9d07ace0e1 /fnl/config/stay-in-place.fnl | |
parent | 0d7f782cb4e68cff000beb00e8ab64308a66f3f0 (diff) |
Refactor config loading
Diffstat (limited to 'fnl/config/stay-in-place.fnl')
-rw-r--r-- | fnl/config/stay-in-place.fnl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fnl/config/stay-in-place.fnl b/fnl/config/stay-in-place.fnl deleted file mode 100644 index be3ccd3..0000000 --- a/fnl/config/stay-in-place.fnl +++ /dev/null @@ -1,4 +0,0 @@ -;; Prevent the cursor from moving when using shift and filter actions. -(module config.stay-in-place {autoload {util config.util}}) - -(util.setup :stay-in-place {}) |