From 88dcc36fe8f92c238acc68d9ca46f83177b7839c Mon Sep 17 00:00:00 2001 From: jowj Date: Sat, 4 Jan 2020 17:12:50 -0600 Subject: [PATCH] Add new weechat file, update gitignore to hide weechat/logs --- .gitignore | 1 + .weechat/guile.conf | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .weechat/guile.conf diff --git a/.gitignore b/.gitignore index 72e8ffc..bf94ecf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ * +.weechat/logs/ diff --git a/.weechat/guile.conf b/.weechat/guile.conf new file mode 100644 index 0000000..07a4910 --- /dev/null +++ b/.weechat/guile.conf @@ -0,0 +1,14 @@ +# +# weechat -- guile.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