summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index fa37904..ab7344b 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -28,7 +28,8 @@ build-default-command = make
tags-filename = tags
# restore previously opened files when ted is launched?
restore-session = on
-# search depth for files to generate tags for. if set to 0, tag generation/regeneration will do nothing
+# search depth for files to generate tags for.
+# if set to 0, tag generation/regeneration will do nothing
tags-max-depth = 2
# regenerate tags if an identifier is not found (with Ctrl+click)?
regenerate-tags-if-not-found = yes