aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/conf-mode
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-01-08 13:33:08 +0100
committerGravatar Tom Willemse2017-01-08 13:33:08 +0100
commit0ee856c6f35f9eda412534f9e2a7b5e4954e6af6 (patch)
tree4710d1224c8a8781d3462d0dbc364209f38bef10 /emacs/.emacs.d/snippets/conf-mode
parent562791b0ae258ba68851a025f954614fed1f0dd1 (diff)
parenta6a88fd424ea806ce89ce6b2aa1e0d6664b918de (diff)
downloadnew-dotfiles-0ee856c6f35f9eda412534f9e2a7b5e4954e6af6.tar.gz
new-dotfiles-0ee856c6f35f9eda412534f9e2a7b5e4954e6af6.zip
Merge remote-tracking branch 'origin/index' into index
Diffstat (limited to 'emacs/.emacs.d/snippets/conf-mode')
-rw-r--r--emacs/.emacs.d/snippets/conf-mode/.yas-compiled-snippets.el8
-rw-r--r--emacs/.emacs.d/snippets/conf-mode/section8
2 files changed, 16 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/conf-mode/.yas-compiled-snippets.el b/emacs/.emacs.d/snippets/conf-mode/.yas-compiled-snippets.el
new file mode 100644
index 0000000..c0664cc
--- /dev/null
+++ b/emacs/.emacs.d/snippets/conf-mode/.yas-compiled-snippets.el
@@ -0,0 +1,8 @@
+;;; Compiled snippets and support files for `conf-mode'
+;;; Snippet definitions:
+;;;
+(yas-define-snippets 'conf-mode
+ '(("Section" "Section \"$1\"\n Identifier \"$2\"\n $0\nEndSection\n" "Xorg Section" nil nil nil "/home/chelys/projects/dotfiles/emacs/.emacs.d/snippets/conf-mode/section" nil nil)))
+
+
+;;; Do not edit! File generated at Tue Nov 22 15:37:52 2016
diff --git a/emacs/.emacs.d/snippets/conf-mode/section b/emacs/.emacs.d/snippets/conf-mode/section
new file mode 100644
index 0000000..55be8f8
--- /dev/null
+++ b/emacs/.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