1
0
Fork 0
emacs-config/oni-conf/snippets/conf-mode/section

8 lines
141 B
Text

# -*- mode: snippet; require-final-newline: nil -*-
# name: Xorg Section
# key: Section
# --
Section "$1"
Identifier "$2"
$0
EndSection