emacs-starter-kit
emacs-starter-kit copied to clipboard
Suggestion: enable fold-mode in LaTeX documents
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)