The standard Scala distribution includes an Emacs mode. By default it does not expand tabs into spaces, so you might want to add the following code to your .emacs file:

(defun me-turn-off-indent-tabs-mode ()
  (setq indent-tabs-mode nil))
(add-hook 'scala-mode-hook 'me-turn-off-indent-tabs-mode)
 
tools/emacs.txt · Last modified: 2007/12/17 17:47 by lexspoon
 
Recent changes RSS feed Valid XHTML 1.0 Driven by DokuWiki