From 50c978dfe94d0e2da6fad6613e7d904e18357da2 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 20 Oct 2024 09:11:40 -0800 Subject: [PATCH] update notibox url, to my own gitea :3 --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8fb76fe..93ee6fd 100644 --- a/init.el +++ b/init.el @@ -1240,7 +1240,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" (power-mode-streak-shake-threshold nil)) (use-package notibox :if (display-graphic-p) - :ensure (:host github :repo "MitchMarq42/notibox.el") + :ensure (:repo "https://git.marq42.xyz/mir/notibox") :demand t :custom (notibox-corner 'topright) :config (notibox/setup-timer))