Wire up the editor.showIndentGuide setting

This commit is contained in:
David Graham & Nathan Sobo
2014-04-09 14:54:54 -06:00
committed by Nathan Sobo
parent 1c48f60e42
commit 7fc2e0b540

View File

@@ -284,6 +284,7 @@ EditorCompont = React.createClass
observeConfig: ->
@subscribe atom.config.observe 'editor.fontFamily', @setFontFamily
@subscribe atom.config.observe 'editor.fontSize', @setFontSize
@subscribe atom.config.observe 'editor.showIndentGuide', @setShowIndentGuide
setFontSize: (fontSize) ->
@clearScopedCharWidths()