X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.h;h=153eb9c3545b6285f6227e5865bc66840ad4bb9c;hb=a5efc91e9cfa40607a2064b8662047788a246ab1;hp=24434daa35d11f038edee268ac612ef2b2d8e6de;hpb=95a6b4ad62f8ef4ddee2f6416a330735d12d5dae;p=taskasaur.git 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