kjhealy / emacs-starter-kit

NO LONGER MAINTAINED! A drop-in starter-kit for Emacs 24, aimed at social scientists researching and writing in plain text using some combination of LaTeX, R, ESS, Git, Markdown, and Org-Mode.
http://kieranhealy.org/resources/emacs-starter-kit.html
165 stars 69 forks source link

Suggestion: enable fold-mode in LaTeX documents #12

Open goldmar opened 11 years ago

goldmar commented 11 years ago

I always use fold-mode to help focus on the content of a document and hide all the LaTeX commands. Maybe you could add something like this:

(add-hook 'LaTeX-mode-hook 'TeX-fold-mode)