From e276c5f5f7f3be5b2c2d2e81d8d3f9ce80b30892 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 13 Dec 2023 14:57:31 +0100 Subject: [PATCH] forge-notifications-github-kludge: Drop nil value Originally I intended to make every user customize this, but the default works well enough to skip this. --- lisp/forge-notify.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/forge-notify.el b/lisp/forge-notify.el index 6c2b6dd5..d1227358 100644 --- a/lisp/forge-notify.el +++ b/lisp/forge-notify.el @@ -31,7 +31,6 @@ :package-version '(forge . "0.4.0") :group 'forge :type '(choice - (const :tag "Abort pulling because not yet configured" nil) (const :tag "Every updated notification becomes unread" always-unread) (const :tag "Unless unread, updated notifications become pending"