aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 101a7c0..a4f922f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -49,6 +49,16 @@ static Sp scratchpads[] = {
/* tagging */
static const char *tags[] = {
+ " [!] ",
+ " [@] ",
+ " [#] ",
+ " [$] ",
+ " [%] ",
+ " [^] ",
+ " [&] ",
+ " [*] ",
+ " [(] "
+/*
"  ",
"  ",
"  ",
@@ -58,6 +68,7 @@ static const char *tags[] = {
"  ",
"  ",
"  "
+*/
};
static const unsigned int ulinepad = 6; /* horizontal padding between the underline and tag */