Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-09 | Use diminish to shorten mode line | Kyle Meyer | |
2014-02-12 | Add function to find PDF for TeX file | Kyle Meyer | |
2014-02-07 | Widen first in LaTeX narrowing functions | Kyle Meyer | |
This is consistent with behavior in `narrow-to-page' and `narrow-to-defun'. | |||
2014-01-29 | Change default reftex bibliography | Kyle Meyer | |
Make it relative to working directory (no longer using one large BibTeX file for everything). | |||
2014-01-29 | Fix LaTeX narrow function doc | Kyle Meyer | |
2014-01-29 | Add LaTeX narrowing functions | Kyle Meyer | |
2014-01-26 | Remove unneeded loads in init-tex | 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 |