ssm/ssm.h

9 lines
160 B
C
Raw Permalink Normal View History

2024-07-26 08:56:48 +02:00
#ifndef SSM_H
#define SSM_H
#define VERSION "1.0.0"
#define DATABASE_PATH "~/.local/share/ssm.tsv"
static const char editor[] = "nvim"; // Code editor
#endif