From 7e93ced3a316f07ddc29da46d197bf89ada3b46f Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 7 Apr 2023 14:26:42 -0800 Subject: [PATCH] Add my NotiBox package, to help with hypop --- lisp/mitch-packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 1968930..59a6806 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1409,6 +1409,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" (use-package hypop :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el") :demand t) +(use-package notibox + :elpaca (:host github :repo "MitchMarq42/notibox.el") + :demand t + :config (notibox/setup-timer)) (provide 'mitch-packages) ;;; mitch-packages.el ends here