22:e54f8d1eabf4
Anton Shestakov <engored@ya.ru>, Fri, 04 Oct 2013 23:37:03 +0900
Use vim as an editor (the hack), but open diff on a side of commit message (the goodie).

next change 106:3f4d203fe46f
previous change 18:909400f5ee6b

fonts/local.conf

Permissions: -rw-r--r--

Other formats: Feeds:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>none</const>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcdnone</const>
</edit>
</match>
</fontconfig>