diff --git a/notibox.el b/notibox.el index 57c06e1..d23aca0 100644 --- a/notibox.el +++ b/notibox.el @@ -4,7 +4,7 @@ ;; Author: mitch ;; Keywords:frames,convenience,help -;; Package-Requires: ((posframe)) +;; Package-Requires: ((posframe) (alert)) ;; This file is NOT part of GNU Emacs. @@ -30,6 +30,7 @@ ;;; Code: (require 'posframe) +(require 'alert) (defvar notibox-width 40) ; characters (defvar notibox-height 4) ; characters