X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-options.el;h=cafcc4dfc1b87ada5ac09486174a71df083d5542;hb=0bf5872c5bdee5416703521dc629fc4511d3c550;hp=7c7515e17b1b3f9ca31339a84a5174cb73f30ae2;hpb=fe7ce5e9a344721b1ecdd4d9ec1adce5dc908a49;p=riece diff --git a/lisp/riece-options.el b/lisp/riece-options.el index 7c7515e..cafcc4d 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -68,20 +68,6 @@ :type '(repeat integer) :group 'riece-looks) -(defcustom riece-icon-directory nil - "Location of the icon directory." - :type 'directory - :group 'riece-looks) - -(defcustom riece-user-image-alist - '((?@ . "ball.red.xpm") - (?+ . "ball.gray.xpm") - (? . "ball.blank.xpm")) - "An alist of icons to display user's mode." - :type '(repeat (list (character :tag "Mark") - (string :tag "XPM file"))) - :group 'riece-looks) - (defcustom riece-inhibit-startup-message nil "If non-nil, the startup message will not be displayed." :group 'riece-looks @@ -91,6 +77,12 @@ "Where to look for data files." :type 'directory :group 'riece-options) + +(defcustom riece-addon-directory + (expand-file-name "addons" riece-directory) + "Where to look for add-on files." + :type 'directory + :group 'riece-options) (defcustom riece-variables-file (expand-file-name "init" riece-directory) @@ -113,6 +105,11 @@ way is to put Riece variables on .emacs or file loaded from there." :type '(repeat (file :tag "Initialization File")) :group 'riece-options) +(defcustom riece-addons '(riece-highlight riece-ctcp) + "Add-ons insinuated into Riece." + :type '(repeat symbol) + :group 'riece-options) + (defgroup riece-server nil "Server settings" :prefix "riece-"