Add alert dependency. Things are about to break...

This commit is contained in:
MitchMarq42 2023-05-15 19:09:14 -08:00
parent af39d21982
commit ab4a8e7fb1

View File

@ -4,7 +4,7 @@
;; Author: mitch <mitch@mitchmarq42.xyz> ;; Author: mitch <mitch@mitchmarq42.xyz>
;; Keywords:frames,convenience,help ;; Keywords:frames,convenience,help
;; Package-Requires: ((posframe)) ;; Package-Requires: ((posframe) (alert))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
@ -30,6 +30,7 @@
;;; Code: ;;; Code:
(require 'posframe) (require 'posframe)
(require 'alert)
(defvar notibox-width 40) ; characters (defvar notibox-width 40) ; characters
(defvar notibox-height 4) ; characters (defvar notibox-height 4) ; characters