jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] WHOO HOO!!! Fixed Indentation Issue


On 25.12.10, Daniel Carrera wrote:
> Hey!

> I fixed the indentation issue with JED!

> Solution: Edit /usr/share/jed/lib/matlab.sl and change:

> - variable Matlab_Indent = 2;
> + variable Matlab_Indent = 4;

I'd rather make a copy of the file in ~/.jed/lib/ and change this.

Or even better, define a hook in your ~/.jed/jed.rc or ~/.jedrc file:

define matlab_mode_hook()
{
   Matlab_Indent = 4;
}

This will ensure your configuration survives the next update.

Günter
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]