Atomicity of Cells
Juergen Stuber
juergen at jstuber.net
Tue Jan 18 13:47:30 CET 2005
Hi Christopher,
Christopher Campbell <campbell at dcs.gla.ac.uk> writes:
> p.s. is there a way to get Oz mode to obey my defaults? I
> use spaces not tabs and just noticed the code formatting is
> messed in posting, possibly due to tabs. :<
you can try
(setq indent-tabs-mode nil)
in your .emacs if you want this globally or
(add-hook 'oz-mode-hook '(lambda () (setq indent-tabs-mode nil)))
if you only want it in Oz.
Jürgen
--
Jürgen Stuber <juergen at jstuber.net>
http://www.jstuber.net/
gnupg key fingerprint = 2767 CA3C 5680 58BA 9A91 23D9 BED6 9A7A AF9E 68B4
More information about the mozart-users
mailing list