8 lines
141 B
Text
8 lines
141 B
Text
# -*- mode: snippet; require-final-newline: nil -*-
|
|
# name: Xorg Section
|
|
# key: Section
|
|
# --
|
|
Section "$1"
|
|
Identifier "$2"
|
|
$0
|
|
EndSection
|