Move sublime preferences to chezmoi

This commit is contained in:
Gabriel Augendre 2023-01-30 16:26:50 +01:00
parent 90fd7259ce
commit c09d4811fc
3 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,4 @@
README.md
LICENSE
Preferences.sublime-settings

View file

@ -0,0 +1,13 @@
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"font_face": "MonoLisa",
"font_size": 17,
"scroll_past_end": 0.7,
"rulers": [88],
"ruler_style": "stippled",
"ignored_packages":
[
"Vintage",
],
}

View file

@ -0,0 +1 @@
{{ .chezmoi.sourceDir }}/Preferences.sublime-settings