[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master ff2f35f: Add TeX defaults for prettify-symbol-m
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master ff2f35f: Add TeX defaults for prettify-symbol-mode |
Date: |
Fri, 21 Aug 2015 13:22:56 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> I don't understand. Should `prettify-symbols-compose-predicate' not be
> buffer-local by default but instead one should use
I don't have an opinion on whether it should be "automatically
buffer-local" or not, but:
> (add-function :override (local 'prettigy-symbols-compose-predicate)
> #'tex--prettify-symbols-compose-p)
Yes, that's what I meant (tho with "prettigy" => "prettify", of course)
Stefan