log

Minimalist command line note manager
git clone https://codeberg.org/night0721/log
Log | Files | Refs | README | LICENSE

config.h (126B)


      1 #ifndef CONFIG_H
      2 #define CONFIG_H
      3 
      4 #define VERSION "1.0"
      5 #define INDENT_INCREMENT 4
      6 
      7 const char *DEFAULT_EXT = ".md";
      8 
      9 #endif