diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,11 +22,11 @@ auto-indent = on auto-add-newline = on syntax-highlighting = on line-numbers = on -# If set to "on", when a file is changed by another program, it will be reloaded by ted without asking you. +# if set to "on", when a file is changed by another program, it will be reloaded by ted without asking you. auto-reload = off +# automatically reload config when saved +auto-reload-config = on build-default-command = make -# file name for ctags output -tags-filename = tags # restore previously opened files when ted is launched? restore-session = on # search depth for files to generate tags for. |