diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 11 |
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 */ |
