aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf/snippets/section
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/section
parent3719d3e7ad08034f723e8e125b5d6c738b4fb3ce (diff)
downloademacs-config-5bb510e6592f89b83007213d22c9e98a7fab98fc.tar.gz
emacs-config-5bb510e6592f89b83007213d22c9e98a7fab98fc.zip
Fix loading of conf-mode snippets
Diffstat (limited to 'oni-conf/snippets/section')
-rw-r--r--oni-conf/snippets/section8
1 files changed, 0 insertions, 8 deletions
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