From 1c86a8d42942a473b5fcf418bbe948c95baa9bea Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 6 Aug 2023 18:28:15 -0800 Subject: [PATCH] quash: define group --- notibox.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notibox.el b/notibox.el index 368554c..13f6ff6 100644 --- a/notibox.el +++ b/notibox.el @@ -36,6 +36,8 @@ (defvar notibox-width 40) ; characters (defvar notibox-height 4) ; characters (defvar notibox-border-color "#808080") +(defgroup notibox nil + "The notification box.") (defcustom notibox-corner 'bottomright "Corner in which to show the NotiBox." :type '(choice