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