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 ++++++++ oni-conf/snippets/section | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 oni-conf/snippets/conf-mode/section delete mode 100644 oni-conf/snippets/section 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 diff --git a/oni-conf/snippets/section b/oni-conf/snippets/section deleted file mode 100644 index 496e4fd..0000000 --- a/oni-conf/snippets/section +++ /dev/null @@ -1,8 +0,0 @@ -# -*- mode: snippet; require-final-newline: nil -*- -# name: Xorg Section -# key: Section -# -- -Section "$1" - Identifier "$2" - $0 -EndSection -- cgit v1.2.3-54-g00ecf