From 80dbda2308999f842908589f062a00e24cc4601f Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 11 Dec 2021 12:19:35 +0100 Subject: [PATCH] Tweak AUCTeX --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 401c147..8005d5b 100644 --- a/README.org +++ b/README.org @@ -592,7 +592,8 @@ below corrects this by advising to override ~TeX-brace-count-line~ with LaTeX-section-section LaTeX-section-label)) '(TeX-auto-save t) - '(TeX-parse-self t)) + '(TeX-parse-self t) + '(font-latex-fontify-sectioning 1.0)) ;; https://emacs.stackexchange.com/questions/17396/indentation-in-square-brackets (defun my-TeX-brace-count-line () "Count number of open/closed braces." @@ -618,6 +619,9 @@ below corrects this by advising to override ~TeX-brace-count-line~ with (advice-add 'TeX-brace-count-line :override #'my-TeX-brace-count-line)) #+end_src +*** TODO Improve the AUCTeX configuration slowly +[[https://github.com/thisirs/dotemacs/blob/master/lisp/init-auctex.el][AUCTeX setup of an experienced user]] + ** Org-mode *** [[info:org#Activation][Activation (info)]]