Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
(defun yas-with-comment (str)
|
||||
(format "%s%s%s" comment-start str comment-end))
|
6
elpa/yasnippet-20160924.2001/snippets/prog-mode/fixme
Normal file
6
elpa/yasnippet-20160924.2001/snippets/prog-mode/fixme
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: fixme
|
||||
# key: fi
|
||||
# condition: (not (eq major-mode 'sh-mode))
|
||||
# --
|
||||
`(yas-with-comment "FIXME: ")`
|
5
elpa/yasnippet-20160924.2001/snippets/prog-mode/todo
Normal file
5
elpa/yasnippet-20160924.2001/snippets/prog-mode/todo
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: todo
|
||||
# key: t
|
||||
# --
|
||||
`(yas-with-comment "TODO: ")`
|
5
elpa/yasnippet-20160924.2001/snippets/prog-mode/xxx
Normal file
5
elpa/yasnippet-20160924.2001/snippets/prog-mode/xxx
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: xxx
|
||||
# key: x
|
||||
# --
|
||||
`(yas-with-comment "XXX: ")`
|
Reference in New Issue
Block a user