X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-options.el;h=8330ff51889e980046707eaf0ccdea493e6fb1ff;hb=bd1212ce353e60fbe0bd93c66e70e4758c9dbd6f;hp=5fe36cba3dcdbbb13d1855c61fdcb9e764ca5fad;hpb=29f64e9d1164d24f6657e79f35efdb18fc04b4c0;p=riece diff --git a/lisp/riece-options.el b/lisp/riece-options.el index 5fe36cb..8330ff5 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -42,7 +42,8 @@ riece-others-buffer-mode riece-user-list-buffer-mode riece-channel-list-buffer-mode - riece-layout) + riece-layout + riece-addons) "Variables saved after each session is completed." :type 'string :group 'riece-options) @@ -309,22 +310,6 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'function :group 'riece-options) -(defcustom riece-shrink-buffer-idle-time-delay 5 - "Number of idle seconds to wait before shrinking channel buffers." - :type 'integer - :group 'riece-options) - -(defcustom riece-max-buffer-size nil - "Maximum size of channel buffers." - :type '(radio (integer :tag "Number of characters") - (const nil)) - :group 'riece-options) - -(defcustom riece-shrink-buffer-remove-chars (/ riece-max-send-size 2) - "Number of chars removed when shrinking channel buffers." - :type 'integer - :group 'riece-options) - (defcustom riece-format-time-function #'current-time-string "Function to convert the specified time to the human readable form." :type 'function