diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:09:47 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:09:47 +0200 |
| commit | 9d7f9f3fb444522e49979d024b90d1701882e031 (patch) | |
| tree | b6da15a51a0f0e99e57bf52817eac6634cb86b0e /weechat/iset.conf | |
| parent | d1fcbd0b0bf45fa5e9e8b4653f671599ba2a9054 (diff) | |
Remove old weechat config
Diffstat (limited to 'weechat/iset.conf')
| -rw-r--r-- | weechat/iset.conf | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/weechat/iset.conf b/weechat/iset.conf deleted file mode 100644 index ab8b7a2..0000000 --- a/weechat/iset.conf +++ /dev/null @@ -1,34 +0,0 @@ -# -# weechat -- iset.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 -# - -[color] -bg_selected = red -help_default_value = green -help_option_name = white -help_text = default -option = default -option_selected = white -type = brown -type_selected = yellow -value = cyan -value_selected = lightcyan -value_undef = green -value_undef_selected = lightgreen - -[help] -show_help_bar = on -show_help_extra_info = on -show_plugin_description = on - -[look] -scroll_horiz = 10 -show_current_line = on -value_search_char = "=" |