Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |