aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/conf-mode/section
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/conf-mode/section')
-rw-r--r--emacs/.emacs.d/snippets/conf-mode/section8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/.emacs.d/snippets/conf-mode/section b/emacs/.emacs.d/snippets/conf-mode/section
deleted file mode 100644
index 55be8f8..0000000
--- a/emacs/.emacs.d/snippets/conf-mode/section
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet; require-final-newline: nil -*-
-# name: Xorg Section
-# key: Section
-# --
-Section "$1"
- Identifier "$2"
- $0
-EndSection