diff --git a/pip-frame.el b/pip-frame.el index 11443ea..64f3493 100644 --- a/pip-frame.el +++ b/pip-frame.el @@ -33,10 +33,10 @@ ;; `M-x pip-frame-remove-buffer' or close the whole frame with ;; `M-x pip-frame-delete-frame'. -(require 'cl-lib) - ;;; Code: +(require 'cl-lib) + (defgroup pip-frame () "Display PIP frame." :group 'frames)