Remove trailing whitespaces
This commit is contained in:
parent
712678f959
commit
e8bc602746
|
@ -61,11 +61,11 @@ You can then add this line to your
|
||||||
.I ~/.config/utop/init.ml
|
.I ~/.config/utop/init.ml
|
||||||
file.
|
file.
|
||||||
|
|
||||||
To turn off utop's advanced prompt features, add the following to init.ml
|
To turn off utop's advanced prompt features, add the following to init.ml
|
||||||
to turn off respectively (a) colors and the upper information line, and
|
to turn off respectively (a) colors and the upper information line, and
|
||||||
(b) the lower boxed list of possible completions:
|
(b) the lower boxed list of possible completions:
|
||||||
|
|
||||||
#utop_prompt_dummy;;
|
#utop_prompt_dummy;;
|
||||||
UTop.set_show_box false
|
UTop.set_show_box false
|
||||||
|
|
||||||
You can enable basic syntax highlighting in utop by writing a
|
You can enable basic syntax highlighting in utop by writing a
|
||||||
|
|
Loading…
Reference in New Issue