summaryrefslogtreecommitdiff
path: root/lisp/init-tex.el
AgeCommit message (Collapse)Author
2015-01-27Load latex-mode, not tex-mode, for *.tex filesKyle Meyer
2015-01-27Improve organization and consistency of filesKyle 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-04Enable LaTeX-narrow-to-environmentKyle Meyer
2014-11-30Use Cask and Pallet to manage packagesKyle Meyer
2014-09-21Remove unused LaTeX setupKyle Meyer
2014-09-11Replace some error calls with user-error callsKyle Meyer
2014-06-06Move diminish code to single fileKyle Meyer
2014-06-06Use milkypostman's `after' macroKyle Meyer
2014-04-29Move some hook bindings to mode mapsKyle Meyer
2014-03-09Use diminish to shorten mode lineKyle Meyer
2014-02-12Add function to find PDF for TeX fileKyle Meyer
2014-02-07Widen first in LaTeX narrowing functionsKyle Meyer
This is consistent with behavior in `narrow-to-page' and `narrow-to-defun'.
2014-01-29Change default reftex bibliographyKyle Meyer
Make it relative to working directory (no longer using one large BibTeX file for everything).
2014-01-29Fix LaTeX narrow function docKyle Meyer
2014-01-29Add LaTeX narrowing functionsKyle Meyer
2014-01-26Remove unneeded loads in init-texKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d