diff options
author | pommicket <pommicket@gmail.com> | 2022-07-29 15:46:13 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-07-29 15:46:13 -0400 |
commit | efce2c731927adc4aaf26d6cc6c165bbced39eb5 (patch) | |
tree | 39c4eca8347f132c413a7405c2c3ae35d0fb0903 /ted.cfg | |
parent | 296b4eca9479bdd1302c4b2d910f3ddd8c955fb9 (diff) |
auto reload config
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. |