From b5e8e94da5aade29e16832628da81b1f9698d7d2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 14 Nov 2017 16:05:44 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Okay,=20let=E2=80=99s=20keep=20the=20m?= =?UTF-8?q?ain=20jabber-id=20in=20init.el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnus | 5 ----- init.el | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) 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