diff --git a/src/e_mod_config.c b/src/e_mod_config.c index b07211c..abe35ab 100644 --- a/src/e_mod_config.c +++ b/src/e_mod_config.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include #include "e_mod_main.h" diff --git a/src/e_mod_main.c b/src/e_mod_main.c index 0b9d8ff..c4c1ffc 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include #include "e_mod_main.h" #if TIME_WITH_SYS_TIME diff --git a/src/e_mod_main.h b/src/e_mod_main.h index 306a1ec..df81ac1 100644 --- a/src/e_mod_main.h +++ b/src/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #define D_(str) dgettext(PACKAGE, str) #ifndef E_MOD_MAIN_H