Disable notibox because it's broken

This commit is contained in:
MitchMarq42 2023-05-26 13:47:07 -08:00
parent 621e6fbf06
commit 23a09307be

View File

@ -1089,12 +1089,12 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
:after vertico :after vertico
:if (display-graphic-p) :if (display-graphic-p)
:config (vertico-posframe-mode)) :config (vertico-posframe-mode))
(use-package notibox ;; (use-package notibox
:if (display-graphic-p) ;; :if (display-graphic-p)
:elpaca (:host github :repo "MitchMarq42/notibox.el") ;; :elpaca (:host github :repo "MitchMarq42/notibox.el")
:demand t ;; :demand t
:custom (notibox-corner 'topright) ;; :custom (notibox-corner 'topright)
:config (notibox/setup-timer)) ;; :config (notibox/setup-timer))
(use-package gnus (use-package gnus
:elpaca nil :elpaca nil