Added automatic close of Brackets.

damianavila 12 years ago
parent fbece64242
commit 6ced0bcbac

@ -101,7 +101,8 @@ var IPython = (function (IPython) {
},
mode: 'ipython',
theme: 'ipython',
matchBrackets: true
matchBrackets: true,
autoCloseBrackets: true
}
};

Loading…
Cancel
Save