Browse thread
Wishes for an easy install of Ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-02 (11:13) |
From: | Janne Hellsten <janne@h...> |
Subject: | Re: [Caml-list] Wishes for an easy install of Ocaml |
> I'm quite sure that tuareg-mode can be configured to indent > the same way as the core mode. This comes close (IIRC, I haven't used the default ocaml mode for years): (custom-set-variables ;; CAML Tuareg '(tuareg-default-indent 2) '(tuareg-in-indent 0) '(tuareg-match-indent 0) '(tuareg-with-indent 0) '(tuareg-sig-struct-align nil)) ciao, janne