From: Mischa POSLAWSKY Date: Sun, 24 Apr 2011 15:29:23 +0000 (+0200) Subject: font: include math/logic by default X-Git-Tag: v1.5~46 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/5fadf3bba74628ae85920b5c2d71f804e3256601 font: include math/logic by default --- diff --git a/font.plp b/font.plp index 1e1732b..95630b2 100644 --- a/font.plp +++ b/font.plp @@ -54,6 +54,7 @@ my @config = qw( punctuation/common punctuation/marks latin/sample symbols/signs1 + math/logic ); $_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q}; @config = qw(ipa/cons ipa/vowels) if 0;