diff options
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) |