diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-05-26 11:37:26 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-26 11:37:26 +0200 |
commit | b05013516d858af43f3429683e52adfc4447e896 (patch) | |
tree | cec3f87efb4f8546b81923040fe4964614ee2917 /lib/config_writer.ml | |
parent | 68a01545bf9de1d614490a2bdb0cca8f3b1ff7f5 (diff) |
Update config.
Diffstat (limited to 'lib/config_writer.ml')
-rw-r--r-- | lib/config_writer.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config_writer.ml b/lib/config_writer.ml new file mode 100644 index 0000000..4a9f594 --- /dev/null +++ b/lib/config_writer.ml @@ -0,0 +1,3 @@ +(* -*- mode: tuareg; -*- *) + +let () = Config.(default |> to_table |> write_file) |