diff --git a/elisp/guix-popup.el b/elisp/guix-popup.el index 5e26b3d..af0a088 100644 --- a/elisp/guix-popup.el +++ b/elisp/guix-popup.el @@ -1,6 +1,6 @@ ;;; guix-popup.el --- Popup interface for Emacs-Guix commands -;; Copyright © 2018 Alex Kost +;; Copyright © 2018–2019 Alex Kost ;; This file is part of Emacs-Guix. @@ -25,6 +25,7 @@ ;;; Code: (require 'magit-popup) +(require 'guix-profiles) (defgroup guix-popup nil "Popup interface for Emacs-Guix commands."