Add a notice in the config.def.h file how to obtain the syntax for - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 61b20f4bc1eae90fd9d5f3582252d6181ee21b4f
 (DIR) parent 373a8f56286d72ae10c9d3a2a7326e2515d141d9
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 25 Nov 2012 15:59:16 +0100
       
       Add a notice in the config.def.h file how to obtain the syntax for
       
       xft/fontcache.
       Diffstat:
         M config.def.h                        |       6 +++++-
       
       1 file changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       @@ -1,6 +1,10 @@
        /* See LICENSE file for copyright and license details. */
        
       -/* appearance */
       +/*
       + * appearance
       + *
       + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
       + */
        static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
        static int borderpx = 2;
        static char shell[] = "/bin/sh";