From bac34b4e8f5496607ffccc2d62551ede04f3456a Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Tue, 28 Jun 2022 22:08:36 +0200 Subject: [PATCH] Specify a parent customization group --- pw-ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pw-ui.el b/pw-ui.el index 675af4f..d83772d 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -28,7 +28,8 @@ (require 'pw-lib) (defgroup pipewire () - "PipeWire user interface.") + "PipeWire user interface." + :group 'multimedia) (defcustom pipewire-volume-step 5 "How many percent points to add or subtract when changing volumes."