summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-07-29 15:46:13 -0400
committerpommicket <pommicket@gmail.com>2022-07-29 15:46:13 -0400
commitefce2c731927adc4aaf26d6cc6c165bbced39eb5 (patch)
tree39c4eca8347f132c413a7405c2c3ae35d0fb0903 /ted.cfg
parent296b4eca9479bdd1302c4b2d910f3ddd8c955fb9 (diff)
auto reload config
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/ted.cfg b/ted.cfg
index 093b226..b4ede62 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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.