Specify a parent customization group

This commit is contained in:
Milan Zamazal 2022-06-28 22:08:36 +02:00
parent bff6a566e2
commit bac34b4e8f
1 changed files with 2 additions and 1 deletions

View File

@ -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."