all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sml-mode indentation for structures
@ 2014-10-06  9:26 Helmut Eller
  2014-10-06 12:45 ` Stefan Monnier
       [not found] ` <mailman.10564.1412599562.1147.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Helmut Eller @ 2014-10-06  9:26 UTC (permalink / raw)
  To: help-gnu-emacs

I'm using sml-mode version 6.5 from ELPA, but the indentation of
structures drives me nuts.  I would like to use a style like this:

structure Foo =
  struct
    fun foo x = x
  end

but by default sml-mode indents it like this:

structure Foo =
struct
fun foo x = x
end

Can somebody tell me how sml-mode indentation rules can be configured?

Helmut


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-06 18:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06  9:26 sml-mode indentation for structures Helmut Eller
2014-10-06 12:45 ` Stefan Monnier
     [not found] ` <mailman.10564.1412599562.1147.help-gnu-emacs@gnu.org>
2014-10-06 13:34   ` Helmut Eller
2014-10-06 13:59     ` Stefan Monnier
     [not found]     ` <mailman.10568.1412603979.1147.help-gnu-emacs@gnu.org>
2014-10-06 17:57       ` Helmut Eller
2014-10-06 18:09         ` Helmut Eller
2014-10-06 18:14           ` Stefan Monnier
2014-10-06 18:11         ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.