[rc/fontconfig] disable problematic automatic tangling comments
authorAmin Bandali <amin@aminb.org>
Sun, 6 May 2018 19:50:35 +0000 (15:50 -0400)
committerAmin Bandali <amin@aminb.org>
Sun, 6 May 2018 19:50:35 +0000 (15:50 -0400)
They seem to be problematic since the comment in the header comes
before the <?xml version="1.0"?> tag and seems to make fontconfig not
be able to properly process the file.

rc.org

diff --git a/rc.org b/rc.org
index fb7edd5..406f977 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -623,7 +623,7 @@ timeout = 0
 
 ** Fontconfig
 :PROPERTIES:
-:header-args+: :tangle ~/.config/fontconfig/fonts.conf
+:header-args+: :tangle ~/.config/fontconfig/fonts.conf :comments none
 :END:
 
 #+begin_src xml