summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 408c9b3..83662da 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -35,6 +35,8 @@ build-default-command = make
# [/my/fav/project//core]
# build-command = "supermake --treble-clef -rxvt"
build-command = ""
+# whether or not to jump to the first build error when the build completes.
+jump-to-build-error = yes
# restore previously opened files when ted is launched?
restore-session = on
# show autocomplete menu when a trigger character (e.g. '.') is typed (LSP only)