We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39fa4f commit 0c54420Copy full SHA for 0c54420
lib/mixins/canvas-drawer.js
@@ -18,8 +18,8 @@ export default class CanvasDrawer {
18
// set in setModel of minimapElement
19
this.minimap = undefined
20
// set by minimapElement
21
- this.displayCodeHighlights = undefined
22
- this.ignoreWhitespacesInTokens = undefined
+ this.displayCodeHighlights = atom.config.get('minimap.displayCodeHighlights')
+ this.ignoreWhitespacesInTokens = atom.config.get('minimap.ignoreWhitespacesInTokens')
23
24
/**
25
* This MinimapElement's DOMStylesReader
0 commit comments