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
:if (display-graphic-p)
:config (vertico-posframe-mode))
(use-package notibox
:if (display-graphic-p)
:elpaca (:host github :repo "MitchMarq42/notibox.el")
:demand t
:custom (notibox-corner 'topright)
:config (notibox/setup-timer))
;; (use-package notibox
;; :if (display-graphic-p)
;; :elpaca (:host github :repo "MitchMarq42/notibox.el")
;; :demand t
;; :custom (notibox-corner 'topright)
;; :config (notibox/setup-timer))
(use-package gnus
:elpaca nil