diff options
Diffstat (limited to 'weechat/script.conf')
-rw-r--r-- | weechat/script.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/weechat/script.conf b/weechat/script.conf index fa16944..9973071 100644 --- a/weechat/script.conf +++ b/weechat/script.conf @@ -2,16 +2,6 @@ # script.conf -- weechat v1.1-dev # -[look] -columns = "%s %n %V %v %u | %d | %t" -diff_color = on -diff_command = "auto" -display_source = on -quiet_actions = on -sort = "u,n" -translate_description = on -use_keys = on - [color] status_autoloaded = cyan status_held = white @@ -40,6 +30,16 @@ text_version_loaded = default text_version_loaded_selected = white text_version_selected = lightmagenta +[look] +columns = "%s %n %V %v %u | %d | %t" +diff_color = on +diff_command = "auto" +display_source = on +quiet_actions = on +sort = "u,n" +translate_description = on +use_keys = on + [scripts] autoload = on cache_expire = 60 |