diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-10-23 11:21:12 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-10-23 11:21:12 +0200 |
commit | 9d7e03933666e3fb3c7ad57ee3b5818cf4986ebf (patch) | |
tree | edd473564d29b3f211fc90962ab5f57f245cd55a | |
parent | 142beed7df01360a115518ad3be25f034aaac9e7 (diff) | |
download | dotfiles-9d7e03933666e3fb3c7ad57ee3b5818cf4986ebf.tar.gz dotfiles-9d7e03933666e3fb3c7ad57ee3b5818cf4986ebf.tar.bz2 |
Turn off plugin debugging
-rw-r--r-- | .weechat/weechat.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf index 439288d..6ce1237 100644 --- a/.weechat/weechat.conf +++ b/.weechat/weechat.conf @@ -249,7 +249,6 @@ proxy_curl = "" [plugin] autoload = "*" -debug = off extension = ".so,.dll" path = "%h/plugins" save_config_on_unload = on |