From 68818946a661230b9ae901a9907526973865950d Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Tue, 28 Jun 2022 22:06:47 +0200 Subject: [PATCH] Specify a parent customization group --- pip-frame.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pip-frame.el b/pip-frame.el index aef6242..120afe1 100644 --- a/pip-frame.el +++ b/pip-frame.el @@ -35,7 +35,8 @@ (require 'cl-lib) (defgroup pip-frame () - "Display PIP frame.") + "Display PIP frame." + :group 'frames) (defcustom pip-frame-scale 4 "How many times to shrink the PIP frame relative to the display size."