diff --git a/gnus b/gnus index 77922d3..6ee9ad6 100644 --- a/gnus +++ b/gnus @@ -15,11 +15,6 @@ ;; Customization -(defcustom db/jabber-id "" - "Personal XMPP ID." - :group 'personal-settings - :type 'string) - (defcustom db/smtp-accounts nil "Configuration for sending mail as used by `db/set-smtp-server-from-header’, which see. This is a list of lists, where each such list specifies the SMTP diff --git a/init.el b/init.el index babfc7f..187abda 100644 --- a/init.el +++ b/init.el @@ -346,6 +346,11 @@ _h_ _l_ _o_k _y_ank :group 'personal-settings :type 'string) +(defcustom db/jabber-id "" + "Personal XMPP ID." + :group 'personal-settings + :type 'string) + ;; * Builtin Variables