diff options
Diffstat (limited to 'smarker.conf')
-rw-r--r-- | smarker.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smarker.conf b/smarker.conf index 62180b5..354762c 100644 --- a/smarker.conf +++ b/smarker.conf @@ -4,6 +4,12 @@ port = 3306 user = root
passwd = *************
+[tex]
+show_full_docs = True
+show_source = True
+show_all_regex_occurrences = True
+show_all_run_output = True
+
[md]
show_full_docs = False
show_source = False
|