mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Wire up the editor.showIndentGuide setting
This commit is contained in:
committed by
Nathan Sobo
parent
1c48f60e42
commit
7fc2e0b540
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user