emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/tuareg ef1ec3f 3/3: Be clearer about how to highlight all


From: ELPA Syncer
Subject: [nongnu] elpa/tuareg ef1ec3f 3/3: Be clearer about how to highlight all operators
Date: Fri, 27 Aug 2021 13:57:36 -0400 (EDT)

branch: elpa/tuareg
commit ef1ec3fd191085c4013344de8f2c850ef0c6a40f
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Be clearer about how to highlight all operators
    
    Fixes https://github.com/ocaml/tuareg/issues/207
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 392ce8e..5c0adc4 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,9 @@ Tips & customization
 - Fontifying all operators (as opposed to only non-standard ones) is a
   costly operation that slows down font-lock.  This is why it is
   disabled by default.  If you nonetheless want it, set
-  `tuareg-highlight-all-operators` to `t` in your [Init File][].
+  `tuareg-highlight-all-operators` to `t` in your [Init File][]
+  (before `tuareg-mode` is initialized; in particular, not in a hook
+  added to `'tuareg-mode-hook`).
 
 - You can turn on and off the rendering of certain sequences of
   characters as symbols (such as `∔` and `∧` instead of `+.`and `&&`),



reply via email to

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