diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-30 00:36:19 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-30 00:36:19 -0500 |
commit | 6f2b61b676a16482fdac70a58a8e875c4d68e713 (patch) | |
tree | e2f8b2376847b5b13b278572c0fae8a6bc4d0e82 /resources/config.lua | |
parent | dacd752bbf46f2afb08b4b8d730ba3619528dda4 (diff) |
Add configuration handling.
Diffstat (limited to 'resources/config.lua')
-rw-r--r-- | resources/config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/config.lua b/resources/config.lua new file mode 100644 index 0000000..39b7c0b --- /dev/null +++ b/resources/config.lua @@ -0,0 +1,2 @@ +-- Commentary +OpenFile = "Ctrl+O" |