summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-05 14:27:55 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-05 14:27:55 -0500
commit6b12382231f6fe8af16554d48f2a74d9a6e53835 (patch)
tree2918f5d1ec1a0ddaeae24cf1ef2f912f3026cffa /ted.cfg
parent759404e118b701a7c0264de5791f0158db0c7e13 (diff)
ask to reload when file is externally changed
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 339274e..6ad3672 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -21,7 +21,7 @@ auto-indent = on
auto-add-newline = on
syntax-highlighting = on
line-numbers = on
-# Reload files when changed?
+# If set to "on", when a file is changed by another program, it will be reloaded by ted without asking you.
auto-reload = off
[keyboard]