Change size of rcirc buffers

This commit is contained in:
sbenner 2014-09-12 13:45:33 -04:00
parent 65e53dbb61
commit fe24742693

View file

@ -1373,8 +1373,8 @@ which require an initialization must be listed explicitly in the list."
flyspell-mode))) flyspell-mode)))
:config :config
(progn (progn
(setq rcirc-fill-column 160 (setq rcirc-fill-column 80
rcirc-buffer-maximum-lines 1024 rcirc-buffer-maximum-lines 2048
rcirc-omit-responses '("JOIN" "PART" "QUIT" "NICK" "AWAY") rcirc-omit-responses '("JOIN" "PART" "QUIT" "NICK" "AWAY")
rcirc-omit-threshold 20) rcirc-omit-threshold 20)
(require 'rcirc-color) (require 'rcirc-color)