diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-04 17:38:01 +0000 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-04 17:38:01 +0000 |
| commit | 524fa81d71d335a04ab3610c39c5c8e74eb732a4 (patch) | |
| tree | 699260f2fece94510f4d61c366091d1b5f91ba2a /smarker.conf | |
| parent | 92f710554dac6fb75e0c3b4bcf4a0305ee4df4c3 (diff) | |
| download | Smarker-524fa81d71d335a04ab3610c39c5c8e74eb732a4.tar.gz Smarker-524fa81d71d335a04ab3610c39c5c8e74eb732a4.zip | |
started work on templating for tex
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
|
