fix typo on weechat post

This commit is contained in:
Ben Harris 2021-01-10 15:10:41 -05:00
parent 404e1cd1e2
commit 9e7007e7f4
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ weechat setup
<ul>
<li><code>logger.level.irc</code> the default is 9, which includes joins and parts. in most cases you can set this to 3, which only includes messages</li>
<li><code>weechat.look.buffer_notify.default</code> the default here is "all", which will add joins and parts to your hotlist. set it to "message".</li>
<li><code>weechat.look.buffer_notify_default</code> the default here is "all", which will add joins and parts to your hotlist. set it to "message".</li>
<li><code>weechat.look.confirm_quit</code> set this to on. you'll thank me when you type <code>/quit</code> and mean <code>/close</code></li>
<li><code>weechat.look.highlight</code> add a comma-separated list of names/terms you'd like to trigger a highlight here</li>
<li><code>weechat.look.prefix_align_max</code> set this to something between 10 and 20. otherwise, long nicks will crush your available screen real estate.</li>

View File

@ -11,7 +11,7 @@ i'll go over some of the most essential of these, and share my full configs.
### options
* `logger.level.irc` the default is 9, which includes joins and parts. in most cases you can set this to 3, which only includes messages
* `weechat.look.buffer_notify.default` the default here is "all", which will add joins and parts to your hotlist. set it to "message".
* `weechat.look.buffer_notify_default` the default here is "all", which will add joins and parts to your hotlist. set it to "message".
* `weechat.look.confirm_quit` set this to on. you'll thank me when you type `/quit` and mean `/close`
* `weechat.look.highlight` add a comma-separated list of names/terms you'd like to trigger a highlight here
* `weechat.look.prefix_align_max` set this to something between 10 and 20. otherwise, long nicks will crush your available screen real estate.