248:feaf2a7bd655
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 02:41:55 +0400
.vimrc: one day vimscript will let us have spaces around operators everywhere Today we prepare for that day, for it will come. I might've looked at https://favadi.com/update-your-vimrc-to-vim9-script/

previous change 106:3f4d203fe46f

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="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcdnone</const>
</edit>
</match>
</fontconfig>