X-Git-Url: https://git.danieliu.xyz/?p=taskasaur.git;a=blobdiff_plain;f=config.h;h=153eb9c3545b6285f6227e5865bc66840ad4bb9c;hp=24434daa35d11f038edee268ac612ef2b2d8e6de;hb=7cd288f609ab7d99e5fb5b8da07d2c1b6f32907d;hpb=95a6b4ad62f8ef4ddee2f6416a330735d12d5dae diff --git a/config.h b/config.h index 24434da..153eb9c 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,9 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#include + static char font[] = "Source Code Pro:size=12"; @@ -26,3 +31,4 @@ static int non_selected_color = COLOR_WHITE; #define BINDING_JUMP_BOTTOM 'G' #define BINDING_SELECT '\n' +#endif