From 58caf38935554d2bafc16080b6906fbe6902a72c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Aug 2019 00:21:12 -0700 Subject: Add ‘oni-conf’ and the ability to upload multi-file packages ‘oni-conf’ is the first package to include more than one file, it’s mostly a package to allow distributing snippets. --- oni-conf/snippets/section | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oni-conf/snippets/section (limited to 'oni-conf/snippets/section') diff --git a/oni-conf/snippets/section b/oni-conf/snippets/section new file mode 100644 index 0000000..496e4fd --- /dev/null +++ b/oni-conf/snippets/section @@ -0,0 +1,8 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: Xorg Section +# key: Section +# -- +Section "$1" + Identifier "$2" + $0 +EndSection -- cgit v1.2.3-54-g00ecf