aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf/snippets/conf-mode/section
blob: 496e4fdca5a4c4961ffac4e975a9813efeb280ca (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet; require-final-newline: nil -*-
# name: Xorg Section
# key: Section
# --
Section "$1"
	Identifier "$2"
    $0
EndSection