Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/example_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down