From 5bb510e6592f89b83007213d22c9e98a7fab98fc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 23 Aug 2019 23:15:40 -0700 Subject: Fix loading of conf-mode snippets --- oni-conf/snippets/conf-mode/section | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oni-conf/snippets/conf-mode/section (limited to 'oni-conf/snippets/conf-mode') diff --git a/oni-conf/snippets/conf-mode/section b/oni-conf/snippets/conf-mode/section new file mode 100644 index 0000000..496e4fd --- /dev/null +++ b/oni-conf/snippets/conf-mode/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