1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

added config.h

This commit is contained in:
nova
2025-06-13 01:28:16 +02:00
parent 0053c7cb88
commit bc2bc8fce0
2 changed files with 22 additions and 2 deletions

7
config.h Normal file
View File

@@ -0,0 +1,7 @@
#include "defines.h"
static file_preview file_previews[] = {
{ "c", "&a" },
{ ".c", "&ueberzug" },
};