diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-28 18:20:57 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-29 21:59:07 -0500 |
commit | 4bb59d68f74f152edbc8507e067e352933b5d888 (patch) | |
tree | 96af404fdafe123fd28223939ee39697a48a2b2f /.emacs.d/etc/yasnippet | |
parent | 8676c0e62a08264cb5a8de7a74b71fc6a03cf65b (diff) | |
download | configs-4bb59d68f74f152edbc8507e067e352933b5d888.tar.gz configs-4bb59d68f74f152edbc8507e067e352933b5d888.tar.xz configs-4bb59d68f74f152edbc8507e067e352933b5d888.zip |
emacs: bump year in thankgnu yasnippets
Diffstat (limited to '.emacs.d/etc/yasnippet')
-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 eb4f4ae..bf29b63 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:19} 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:20} 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 fcc2dd3..0d10448 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:19}supporters.html. +Added ${2:$$(yas-choose-value '("Contributor" "Sustaining Contributor" "Patron"))} $3 to 20${4:20}supporters.html. Moving to campaigns.$0 |