diff --git a/src/workspace-view.coffee b/src/workspace-view.coffee index 0398b42b4..458d6d311 100644 --- a/src/workspace-view.coffee +++ b/src/workspace-view.coffee @@ -372,13 +372,13 @@ class WorkspaceView extends View beforeRemove: -> @model.destroy() - setEditorFontSize: (fontSize) => + setEditorFontSize: (fontSize) -> atom.themes.updateGlobalEditorStyle('font-size', fontSize + 'px') - setEditorFontFamily: (fontFamily) => + setEditorFontFamily: (fontFamily) -> atom.themes.updateGlobalEditorStyle('font-family', fontFamily) - setEditorLineHeight: (lineHeight) => + setEditorLineHeight: (lineHeight) -> atom.themes.updateGlobalEditorStyle('line-height', lineHeight) # Deprecated