diff options
author | pommicket <pommicket@gmail.com> | 2023-05-11 11:51:10 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-11 11:51:10 -0400 |
commit | 0063db338f912a0cf961a738899b3757cba2340b (patch) | |
tree | 3ef5b780646cb0e7fabe1b932edbe8399c7541e6 /ted.cfg | |
parent | 8ae9e18c008dba7e47c5750f7feb91df8bf723df (diff) |
:jump-to-build-error setting
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |