From 5fadf3bba74628ae85920b5c2d71f804e3256601 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 24 Apr 2011 17:29:23 +0200 Subject: [PATCH] font: include math/logic by default --- font.plp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.0