1
0
Fork 0
emacs-config/oni-conf/snippets/section
Tom Willemse 58caf38935 Add ‘oni-conf’ and the ability to upload multi-file packages
‘oni-conf’ is the first package to include more than one file, it’s mostly a
package to allow distributing snippets.
2019-08-20 00:21:12 -07:00

8 lines
141 B
Text

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