From ab4a8e7fb1168e1e58ff13c888cb3b6b7ff74a95 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Mon, 15 May 2023 19:09:14 -0800 Subject: [PATCH] Add `alert` dependency. Things are about to break... --- notibox.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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