diff options
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/log-edit-mode/thankgnu | 2 | ||||
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/message-mode/thankgnu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/log-edit-mode/thankgnu b/.emacs.d/etc/yasnippet/snippets/log-edit-mode/thankgnu index bf29b63..eafcbd7 100644 --- a/.emacs.d/etc/yasnippet/snippets/log-edit-mode/thankgnu +++ b/.emacs.d/etc/yasnippet/snippets/log-edit-mode/thankgnu @@ -2,4 +2,4 @@ # name: thankgnu # key: th # -- -[RT#$1] Add ${2:$$(yas-choose-value '("Contributor" "Sustaining Contributor" "Patron"))} $3 to the 20${4:20} ThankGNUs list$0
\ No newline at end of file +[RT#$1] Add ${2:$$(yas-choose-value '("Contributor" "Sustaining Contributor" "Patron"))} $3 to the 20${4:21} ThankGNUs list$0
\ No newline at end of file diff --git a/.emacs.d/etc/yasnippet/snippets/message-mode/thankgnu b/.emacs.d/etc/yasnippet/snippets/message-mode/thankgnu index 0d10448..35c233a 100644 --- a/.emacs.d/etc/yasnippet/snippets/message-mode/thankgnu +++ b/.emacs.d/etc/yasnippet/snippets/message-mode/thankgnu @@ -2,6 +2,6 @@ # name: thankgnu # key: th # -- -Added ${2:$$(yas-choose-value '("Contributor" "Sustaining Contributor" "Patron"))} $3 to 20${4:20}supporters.html. +Added ${2:$$(yas-choose-value '("Contributor" "Sustaining Contributor" "Patron"))} $3 to 20${4:21}supporters.html. Moving to campaigns.$0 |