diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 10a6c9783..af9b7a341 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -169,7 +169,7 @@ class TextEditor extends Model unless @displayLayer? displayLayerParams = { invisibles: @getInvisibles(), - softWrapColumn: @getSoftWrapColumn(), + softWrapColumn: not @isMini() and @getSoftWrapColumn(), showIndentGuides: not @isMini() and @doesShowIndentGuide(), atomicSoftTabs: params.atomicSoftTabs ? true, tabLength: tabLength,