Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-30 | Add bibtex-remove-doi-leader to clean hook | Kyle Meyer | |
2015-03-30 | Add bibtex-pages-use-double-hyphen to clean hook | Kyle Meyer | |
2015-03-30 | Add bibtex-single-space-author-list to clean hook | Kyle Meyer | |
2015-03-30 | bibtex-use-title-case: Don't touch commands | Kyle Meyer | |
2015-03-30 | Make bibtex-clean-entry do more | Kyle Meyer | |
2015-02-07 | Add command copy-doi-as-kill | Kyle Meyer | |
2015-02-04 | Rewrite doi-at-point | Kyle Meyer | |
- Require that point is on either actual doi or "doi:". - Use the regexp to deal with trailing punctuation. | |||
2015-01-27 | Improve organization and consistency of files | Kyle Meyer | |
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings | |||
2015-01-19 | Rewrite bibtex-use-title-case | Kyle Meyer | |
In addition to capitalizing important or unprotected words: - Convert unimportant words to lower case. - Allow protecting brackets to be within a word. - Always capitalize word at start of title unless protected. | |||
2015-01-19 | Use hook to run bibtex-use-title-case | Kyle Meyer | |
2015-01-07 | Fix some docstrings | Kyle Meyer | |
2014-10-27 | Rewrite doi-at-point (again) | Kyle Meyer | |
Changes in 300cdc4 don't seem to work in Gnus article buffer. | |||
2014-10-22 | Rewrite doi-at-point | Kyle Meyer | |
This stopped working when I upgraded to Emacs 24.4. Using 'url' with `thing-at-point' doesn't seem to work anymore, so instead use text properties. | |||
2014-10-22 | Go crazy with anaphoric forms | Kyle Meyer | |
2014-06-06 | Use milkypostman's `after' macro | Kyle Meyer | |
2014-05-12 | Add km/browse-doi | Kyle Meyer | |
2014-02-05 | Advice BibTeX cleaning instead of using hook | Kyle Meyer | |
For some reason not obvious to me, adding `km/bibtex-use-title-case' to `bibtex-clean-entry-hook' results in `bibtex-key-in-head' returning nil instead of the citekey. Using advice fixes this. | |||
2014-02-05 | Add function to convert BibTeX title to title case | Kyle Meyer | |
2014-02-05 | Remove words from bibtex-autokey-titleword-ignore | Kyle Meyer | |
These are uncommon first words, so having in them in a citekey should be informative enough. | |||
2014-01-28 | Align and sort fields when clean bib entry | Kyle Meyer | |
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. | |||
2014-01-26 | Follow Purcell's emacs.d structure | Kyle Meyer | |
User init files are added using provide/require. https://github.com/purcell/emacs.d |