summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-05-11 11:51:10 -0400
committerpommicket <pommicket@gmail.com>2023-05-11 11:51:10 -0400
commit0063db338f912a0cf961a738899b3757cba2340b (patch)
tree3ef5b780646cb0e7fabe1b932edbe8399c7541e6 /ted.cfg
parent8ae9e18c008dba7e47c5750f7feb91df8bf723df (diff)
:jump-to-build-error setting
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)