diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-09-09 23:47:02 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-09 23:47:02 -0400 |
commit | b074720c3f26211e5fcec82468436f9ee9b55740 (patch) | |
tree | 5a54ce6cac2f1aa2a87545e34eee5d10573c8ec1 /lisp | |
parent | 27332bf9b6911615b6ae4a6f1976efbb4801e720 (diff) | |
download | emacs.d-b074720c3f26211e5fcec82468436f9ee9b55740.tar.gz |
Set font-latex-fontify-sectioning to 'color'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-tex.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-tex.el b/lisp/init-tex.el index 01f254c..e5abe10 100644 --- a/lisp/init-tex.el +++ b/lisp/init-tex.el @@ -1,6 +1,8 @@ (setq reftex-default-bibliography '("refs.bib")) +(setq font-latex-fontify-sectioning 'color) + (put 'LaTeX-narrow-to-environment 'disabled nil) (add-to-list 'auto-mode-alist '("\\.[tT]e[xX]\\'" . latex-mode)) |