mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
Move sublime preferences to chezmoi
This commit is contained in:
parent
90fd7259ce
commit
c09d4811fc
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
|
Preferences.sublime-settings
|
||||||
|
|
||||||
|
|
13
Preferences.sublime-settings
Normal file
13
Preferences.sublime-settings
Normal 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",
|
||||||
|
],
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
{{ .chezmoi.sourceDir }}/Preferences.sublime-settings
|
Loading…
Reference in a new issue