diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-07 20:11:43 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-07 20:11:43 -0500 |
commit | 9bc7ef6c839b4e54299b49114e7f57c84369ef5d (patch) | |
tree | 911c924f0f44602acd04b7c8d984c42f9809c061 /bog-todo | |
parent | fbb3842cac19ffca10019d881e9bd5e714a0dc26 (diff) | |
download | bog-9bc7ef6c839b4e54299b49114e7f57c84369ef5d.tar.gz |
Follow Emacs convention for spacing after periods
Diffstat (limited to 'bog-todo')
-rw-r--r-- | bog-todo | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ Some citekeys are not highlighed until the surrounding text is altered. ** DONE Function for getting all citekeys in notes -Perhaps use a cache file. This could be used in +Perhaps use a cache file. This could be used in `bog-search-citekey-on-web' and `bog-rename-staged-pdf-to-citekey'. ** DOC Mention useful tools @@ -46,8 +46,8 @@ Default could be "*.tex". ** DONE Generalize PDF functions in bog -Replace bog-find-citekey-pdf with bog-find-citekey-file. The extensions -that will be considered could be customized. Rebind this to "f". +Replace bog-find-citekey-pdf with bog-find-citekey-file. The extensions +that will be considered could be customized. Rebind this to "f". bog-rename-staged-pdf-to-citekey would be bog-rename-staged-file-to-citekey and could use the same customized extensions (or maybe just take the extension from the original file). |