9 lines
382 B
EmacsLisp
9 lines
382 B
EmacsLisp
|
;;; 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
|