diff options
author | Tharre <tharre3@gmail.com> | 2018-06-14 19:36:48 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-14 19:36:48 +0200 |
commit | 1e24ce138a3ab95289ac17b626e039dda25367a0 (patch) | |
tree | d97a33815c2fc6e705fb813565114943f3fce27f /.weechat/python.conf | |
parent | 651e4ed9de8bf71e0ea759ef054911626bde8a7d (diff) | |
download | dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.tar.gz dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.tar.xz dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.zip |
Add initial weechat configuration
Diffstat (limited to '.weechat/python.conf')
-rw-r--r-- | .weechat/python.conf | 14 |
1 files changed, 14 insertions, 0 deletions
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 |