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