Add alert
dependency. Things are about to break...
This commit is contained in:
parent
af39d21982
commit
ab4a8e7fb1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user