auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] This code works in some TeX buffers and not in some others. Any


From: Marcin Borkowski
Subject: [AUCTeX] This code works in some TeX buffers and not in some others. Any ideas?
Date: Wed, 02 Mar 2016 10:45:12 +0100
User-agent: mu4e 0.9.13; emacs 25.1.50.5

Hi all,

I don't want my tildes to stand out too much, so I have this in my
init.el:

(add-hook
 'TeX-mode-hook
 (lambda ()
   (font-lock-add-keywords
    nil
    '(("~" . 'font-latex-sedate-face)))))

In some LaTeX buffers it works, in some not.  Why this might be?  How to
even debug this?

(AUCTeX auctex-11.89.1, from Elpa)

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



reply via email to

[Prev in Thread] Current Thread [Next in Thread]