From fe24742693fd6ae38da080497e99caf71379d99d Mon Sep 17 00:00:00 2001 From: sbenner Date: Fri, 12 Sep 2014 13:45:33 -0400 Subject: [PATCH] Change size of rcirc buffers --- spacemacs/packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 7436224bd..ff646c970 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -1373,8 +1373,8 @@ which require an initialization must be listed explicitly in the list." flyspell-mode))) :config (progn - (setq rcirc-fill-column 160 - rcirc-buffer-maximum-lines 1024 + (setq rcirc-fill-column 80 + rcirc-buffer-maximum-lines 2048 rcirc-omit-responses '("JOIN" "PART" "QUIT" "NICK" "AWAY") rcirc-omit-threshold 20) (require 'rcirc-color)