aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf/snippets/conf-mode
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-23 23:15:40 -0700
committerGravatar Tom Willemse2019-08-23 23:15:40 -0700
commit5bb510e6592f89b83007213d22c9e98a7fab98fc (patch)
tree3cce0699982d77fa0534cd1c8c781adddf499011 /oni-conf/snippets/conf-mode
parent3719d3e7ad08034f723e8e125b5d6c738b4fb3ce (diff)
downloademacs-config-5bb510e6592f89b83007213d22c9e98a7fab98fc.tar.gz
emacs-config-5bb510e6592f89b83007213d22c9e98a7fab98fc.zip
Fix loading of conf-mode snippets
Diffstat (limited to 'oni-conf/snippets/conf-mode')
-rw-r--r--oni-conf/snippets/conf-mode/section8
1 files changed, 8 insertions, 0 deletions
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