smie-config

smie-config is a variable defined in `smie.el'.
Its value is
nil


Documentation:
User configuration of SMIE indentation.
This is a list of elements (MODE . RULES), where RULES is a list
of elements describing when and how to change the indentation rules.
Each RULE element should be of the form (NEW KIND TOKEN NORMAL),
where KIND and TOKEN are the elements passed to `smie-rules-function',
NORMAL is the value returned by `smie-rules-function' and NEW is the
value with which to replace it.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.4 of Emacs.