quash: define group

This commit is contained in:
MitchMarq42 2023-08-06 18:28:15 -08:00
parent c96b27452d
commit 1c86a8d429

View File

@ -36,6 +36,8 @@
(defvar notibox-width 40) ; characters (defvar notibox-width 40) ; characters
(defvar notibox-height 4) ; characters (defvar notibox-height 4) ; characters
(defvar notibox-border-color "#808080") (defvar notibox-border-color "#808080")
(defgroup notibox nil
"The notification box.")
(defcustom notibox-corner 'bottomright (defcustom notibox-corner 'bottomright
"Corner in which to show the NotiBox." "Corner in which to show the NotiBox."
:type '(choice :type '(choice