dotfiles/emacs/.emacs.d/snippets/conf-mode/section

9 lines
152 B
Text
Raw Normal View History

2016-11-24 21:41:10 +01:00
# -*- mode: snippet; require-final-newline: nil -*-
# name: Xorg Section
# key: Section
# --
Section "$1"
Identifier "$2"
$0
EndSection