diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 756af23f0..505e8fdec 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -169,8 +169,8 @@ class TextEditor extends Model unless @displayLayer? displayLayerParams = { invisibles: @getInvisibles(), - softWrapColumn: not @isMini() and @getSoftWrapColumn(), - showIndentGuides: not @isMini() and @doesShowIndentGuide(), + softWrapColumn: @getSoftWrapColumn(), + showIndentGuides: @doesShowIndentGuide(), atomicSoftTabs: params.atomicSoftTabs ? true, tabLength: tabLength, ratioForCharacter: @ratioForCharacter.bind(this),