yasnippet-snippets/snippets/bibtex-mode/unpublished
Guillermo Robles 79fc648da3 Add bibtex-mode snippets (#251)
* Add bibtex-mode snippets

* Move yas-indent-line option to .yas-setup.el file
2018-03-24 18:24:04 +00:00

13 lines
216 B
Plaintext

# -*- mode: snippet -*-
# name: unpublished
# key: unpublished
# --
@unpublished{ ${title},
author = {${author}},
title = {${title}},
note = {${note}}${,
month = {${month}}}${,
year = {${year}}}
}
$0