When I use yasnippet, I keep getting this error:
Warning (yasnippet): `foo-snippet' modified buffer in a backquote expression.
To hide this warning, add (yasnippet backquote-change) to `warning-suppress-types'.
I added this line to my config:
(setq warning-suppress-types (quote ((\(yasnippet\ backquote-change\)))))
But it doesn't seem to have worked.