diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,7 +26,13 @@ line-numbers = on auto-reload = on # automatically reload config when saved auto-reload-config = on +# default build command to use if Cargo.toml/Makefile/etc. is not found build-default-command = make +# if this is non-empty, it will be used as the build command, even if Cargo.toml/Makefile/etc. exists. +# very useful with path-specific settings, e.g. use +# [/my/fav/project//core] +# build-command = "supermake --treble-clef -rxvt" +build-command = "" # restore previously opened files when ted is launched? restore-session = on # show autocomplete menu when a trigger character (e.g. '.') is typed (LSP only) |