9 lines
160 B
C
9 lines
160 B
C
|
#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
|