mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-15 19:06:06 +00:00
set global CM Mode
This commit is contained in:
parent
5e12d47834
commit
5f48dea749
@ -10,7 +10,7 @@ define(['require',
|
||||
var onload = function(){
|
||||
console.log('Kernel haskell kernel.js is loading.');
|
||||
|
||||
// add here logic that shoudl be run once per **page load**
|
||||
// add here logic that should be run once per **page load**
|
||||
// like adding specific UI, or changing the default value
|
||||
// of codecell highlight.
|
||||
|
||||
@ -51,6 +51,12 @@ define(['require',
|
||||
}
|
||||
}
|
||||
});
|
||||
if(IPython.notebook.set_codemirror_mode){
|
||||
// this first one will not be necessary in the future
|
||||
// neither should the loop on all cells above
|
||||
IPython.notebook.set_codemirror_mode('null')
|
||||
IPython.notebook.set_codemirror_mode('ihaskell')
|
||||
}
|
||||
|
||||
// Prevent the pager from surrounding everything with a <pre>
|
||||
IPython.Pager.prototype.append_text = function (text) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user