From 107052108d9e42c8fa68f66c59433d4d48bcaf8d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 16 May 2018 09:43:31 +0100 Subject: [PATCH] weechat: update config --- weechat/guile.conf | 14 ++++++++++++++ weechat/logger.conf | 2 ++ weechat/lua.conf | 14 ++++++++++++++ weechat/perl.conf | 14 ++++++++++++++ weechat/python.conf | 14 ++++++++++++++ weechat/ruby.conf | 14 ++++++++++++++ weechat/tcl.conf | 14 ++++++++++++++ weechat/weechat.conf | 1 + 8 files changed, 87 insertions(+) create mode 100644 weechat/guile.conf create mode 100644 weechat/lua.conf create mode 100644 weechat/perl.conf create mode 100644 weechat/python.conf create mode 100644 weechat/ruby.conf create mode 100644 weechat/tcl.conf diff --git a/weechat/guile.conf b/weechat/guile.conf new file mode 100644 index 0000000..07a4910 --- /dev/null +++ b/weechat/guile.conf @@ -0,0 +1,14 @@ +# +# weechat -- guile.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[look] +check_license = off +eval_keep_context = on diff --git a/weechat/logger.conf b/weechat/logger.conf index 9701311..5da98c2 100644 --- a/weechat/logger.conf +++ b/weechat/logger.conf @@ -11,6 +11,7 @@ [look] backlog = 20 +backlog_conditions = "" [color] backlog_end = 103 @@ -19,6 +20,7 @@ backlog_line = 245 [file] auto_log = on flush_delay = 120 +fsync = off info_lines = off mask = "$plugin.$name.weechatlog" name_lower_case = on diff --git a/weechat/lua.conf b/weechat/lua.conf new file mode 100644 index 0000000..fa4966b --- /dev/null +++ b/weechat/lua.conf @@ -0,0 +1,14 @@ +# +# weechat -- lua.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[look] +check_license = off +eval_keep_context = on diff --git a/weechat/perl.conf b/weechat/perl.conf new file mode 100644 index 0000000..31924b9 --- /dev/null +++ b/weechat/perl.conf @@ -0,0 +1,14 @@ +# +# weechat -- perl.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[look] +check_license = off +eval_keep_context = on diff --git a/weechat/python.conf b/weechat/python.conf new file mode 100644 index 0000000..187b778 --- /dev/null +++ b/weechat/python.conf @@ -0,0 +1,14 @@ +# +# weechat -- python.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[look] +check_license = off +eval_keep_context = on diff --git a/weechat/ruby.conf b/weechat/ruby.conf new file mode 100644 index 0000000..f6de7fb --- /dev/null +++ b/weechat/ruby.conf @@ -0,0 +1,14 @@ +# +# weechat -- ruby.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[look] +check_license = off +eval_keep_context = on diff --git a/weechat/tcl.conf b/weechat/tcl.conf new file mode 100644 index 0000000..4c0e389 --- /dev/null +++ b/weechat/tcl.conf @@ -0,0 +1,14 @@ +# +# weechat -- tcl.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[look] +check_license = off +eval_keep_context = on diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 91d399c..55a472c 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -218,6 +218,7 @@ partial_completion_command = on partial_completion_command_arg = on partial_completion_count = on partial_completion_other = on +partial_completion_templates = "config_options" [history] display_default = 5 -- 2.48.1