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 ;; :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