From c08a76eb1efa47d48a8a4e169090fc68ce06ad1c Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 6 Sep 2025 22:39:29 +0200 Subject: [PATCH] doc: example: fix comments * fix capitalization * use "on startup" instead of "at startup" * fix incorrect comments coming from copy/pasting for startup options --- docs/example_config.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/example_config.ini b/docs/example_config.ini index e4d4cca..246ab35 100644 --- a/docs/example_config.ini +++ b/docs/example_config.ini @@ -3,11 +3,11 @@ # Use . to start from the current directory the program was started from working_directory = ~/Documents/typst_projects/ # working_directory = . -#resume last session on startup +# Resume last session on startup resume_last_session = True [Compiler] -# The name of the typst compiler on your system (in almost all cases simply typst) +# The name of the Typst compiler on your system (in almost all cases simply typst) name = typst # Alternatively one can provide an absolute path to the typst executable, e.g.: # name = /home/username/Code/typst/target/release/typst @@ -34,11 +34,11 @@ use_spaces = True # The default application layout # It can be typewriter (editor under preview), editor_right (editor right of preview) or editor_left (editor left of preview) default_layout = typewriter -# Show the filesystem explorer at startup +# Show the file system explorer on startup show_fs_explorer = True -# Show the filesystem explorer at startup +# Show compiler options on startup show_compiler_options = True -# Show the filesystem explorer at startup +# Show compiler output on startup show_compiler_output = True [Internals]