Add a ruler at 0 which helps in distraction-free mode.
This commit is contained in:
parent
b85bb45bd8
commit
90318a0ac3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"font_face": "Consolas",
|
||||
"font_size": 10,
|
||||
"mini_diff": false,
|
||||
"rulers": [80, 100],
|
||||
"rulers": [0, 80, 100],
|
||||
"scroll_speed": 0,
|
||||
"theme": "voussoir.sublime-theme",
|
||||
"file_exclude_patterns": ["*.lnk", "*.db"],
|
||||
|
|
Loading…
Reference in a new issue