scel/sc/extPlatform.sc

7 lines
120 B
Python

+ Platform {
recompile{
if ( this.hasFeature( \emacs ) ) {
Emacs.evalLispExpression( "(sclang-start)" );
};
}
}