Add my NotiBox package, to help with hypop

This commit is contained in:
MitchMarq42 2023-04-07 14:26:42 -08:00
parent 5ec3cc5ff4
commit 7e93ced3a3

View File

@ -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