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