diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-10-24 16:48:44 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-10-24 16:52:41 -0400 |
commit | ed1a104164b53dba74a2220ae99fea52ae8ff77e (patch) | |
tree | 27de17d6a4c6c3a3bfd4a2fc81f742cea6f7bde1 /conf | |
parent | html segments, title banner (including "copy @" mark) configurable, boolean (diff) |
html, quick ref links_guide configurable, boolean
* true/false (config.yml commented out, default false)
(requested off option, Daniel Baumann)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sisu/v2/sisurc.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/sisu/v2/sisurc.yml b/conf/sisu/v2/sisurc.yml index 77edf2d2..982274d1 100644 --- a/conf/sisu/v2/sisurc.yml +++ b/conf/sisu/v2/sisurc.yml @@ -88,6 +88,7 @@ default: # path: ~ # './sisu_sqlite.db' # port: "**" #html: +# quick_ref: true #default false # seg_title_banner: true #default false #% possible values ~, true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'. #will only ignore if value set to false, absence or nil will not remove program as should operate without rc file |