docs(irc): add circe notification warning

This commit is contained in:
Jeetaditya Chatterjee 2023-09-05 22:11:40 +01:00 committed by Henrik Lissner
parent a23e021032
commit 42d5fd8350

View File

@ -0,0 +1,5 @@
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; app/irc/doctor.el
(when (memq 'circe-notifications doom-disabled-packages)
(warn! "Circe Notifications has been disabled, You will not receive desktop notifications from IRC channels."))