From 7be825cc9e6554a6a7a8e1cd8f709e94e7e8901b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 20 Aug 2014 23:51:42 +0200 Subject: Add some snippets --- .emacs.d/snippets/conf-mode/section | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .emacs.d/snippets/conf-mode/section (limited to '.emacs.d/snippets/conf-mode/section') diff --git a/.emacs.d/snippets/conf-mode/section b/.emacs.d/snippets/conf-mode/section new file mode 100644 index 0000000..55be8f8 --- /dev/null +++ b/.emacs.d/snippets/conf-mode/section @@ -0,0 +1,8 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: Xorg Section +# key: Section +# -- +Section "$1" + Identifier "$2" + $0 +EndSection -- cgit v1.3-2-g0d8e