re-enable Notibox - see that repo

This commit is contained in:
MitchMarq42 2023-06-06 13:27:19 -08:00
parent 0189337a50
commit 7ad6e7c863

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