jed-users mailing list

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

Re: [Jed-users-l] .jedrc


Mike McClain <mike.junk@xxxxxxxxxxx> wrote:
> Is there a way to turnoff the autoload of mode files?

Define your own mode_hook function:

  define mode_hook (ext)
  {
     % ext is the filename extension, e.g., ".c"
     (@Default_Mode)();
  }

This overloads the one defined in site.sl.

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


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