diff --git a/src/editor-view.coffee b/src/editor-view.coffee index 19636802a..a666c653c 100644 --- a/src/editor-view.coffee +++ b/src/editor-view.coffee @@ -26,6 +26,7 @@ module.exports = class EditorView extends View @characterWidthCache: {} @configDefaults: + fontFamily: '' fontSize: 20 showInvisibles: false showIndentGuide: false