config.def.h: tweak extra worddelimiters (057e32)

This commit is contained in:
bakkeby 2020-03-24 13:47:39 +01:00
parent f86b641b5f
commit 9e18ce3cb1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static float chscale = 1.0;
*
* More advanced example: L"#$%&+,-./:=?_~"
*/
wchar_t *extrawordchars = L"./:";
wchar_t *extrawordchars = L"";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;