mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +01:00
Switch sublime preferences to regular files
This commit is contained in:
parent
5e9dfcfefe
commit
3db69ff828
5 changed files with 10 additions and 10 deletions
|
@ -1,17 +1,17 @@
|
|||
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||||
// and are overridden in turn by syntax-specific settings.
|
||||
{
|
||||
"font_face": "MonoLisa",
|
||||
"font_face": "MonoLisa",
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
"font_size": 17,
|
||||
{{- else }}
|
||||
"font_size": 14,
|
||||
{{- end }}
|
||||
"scroll_past_end": 0.7,
|
||||
"rulers": [88],
|
||||
"ruler_style": "stippled",
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"scroll_past_end": 0.7,
|
||||
"rulers": [88],
|
||||
"ruler_style": "stippled",
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{{- template "Preferences.sublime-settings.tmpl" . -}}
|
|
@ -1 +0,0 @@
|
|||
{{ .chezmoi.sourceDir }}/Preferences.sublime-settings
|
|
@ -0,0 +1 @@
|
|||
{{- template "Preferences.sublime-settings" . -}}
|
|
@ -1 +0,0 @@
|
|||
{{ .chezmoi.sourceDir }}/Preferences.sublime-settings
|
Loading…
Reference in a new issue