Specify a parent customization group

This commit is contained in:
Milan Zamazal 2022-06-28 22:06:47 +02:00
parent 30da3d7c08
commit 68818946a6
1 changed files with 2 additions and 1 deletions

View File

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