diff --git a/snippets/xf86conf.snippets b/snippets/xf86conf.snippets new file mode 100644 index 000000000..382c98de2 --- /dev/null +++ b/snippets/xf86conf.snippets @@ -0,0 +1,7 @@ +priority -50 + +snippet sec "Section" + Section "$1" + Identifier "$2" + $0 + EndSection