summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/conf-mode/section
blob: 55be8f8fa13ba916ea47cc80476d18fb56a9408f (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