diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-07 23:16:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-07 23:16:05 -0500 |
commit | 706cd9860da81161e68f3c5ac0e214abaf31d019 (patch) | |
tree | 7ce7641bafe1872cd8c3376c97a62fb2ea266941 /bog.el | |
parent | 90179347406f972855ccb96a94bfa70f50469d76 (diff) | |
download | bog-706cd9860da81161e68f3c5ac0e214abaf31d019.tar.gz |
ENH: Go to top after creating combined BibTeX file
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -354,7 +354,8 @@ file." (insert "\n") (insert-file-contents it) (goto-char (point-max))) - (bibtex-mode))) + (bibtex-mode) + (goto-char (point-min)))) (defun bog-collect-references (&optional no-sort) "Return names in buffer that match `bog-citekey-format'. |