summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index a2aef7a..df3e05b 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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)