remove old options
This commit is contained in:
parent
64954a3d5c
commit
76f4e0358b
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ compression_level = 3 # zstd compression level, 3 is recommended
|
||||||
syntect.load_defaults = false # include default syntect themes
|
syntect.load_defaults = false # include default syntect themes
|
||||||
syntect.themes_dir = "themes" # directory to include themes from
|
syntect.themes_dir = "themes" # directory to include themes from
|
||||||
syntect.theme = "Catppuccin Mocha" # theme file name (without `.tmTheme`)
|
syntect.theme = "Catppuccin Mocha" # theme file name (without `.tmTheme`)
|
||||||
|
|
||||||
[precompression] # precompression settings
|
|
||||||
enable = false # gzip every file in static/ on startup
|
|
||||||
watch = true # keep watching and gzip files as they change
|
|
||||||
```
|
```
|
||||||
|
|
||||||
you don't have to copy it from here, it's generated if it doesn't exist
|
you don't have to copy it from here, it's generated if it doesn't exist
|
||||||
|
|
Loading…
Reference in a new issue