branch: elpa/tuareg commit ef1ec3fd191085c4013344de8f2c850ef0c6a40f Author: Christophe Troestler <christophe.troest...@umons.ac.be> Commit: Christophe Troestler <christophe.troest...@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 `&&`),