docs(irc): add circe notification warning

This commit is contained in:
Jeetaditya Chatterjee 2023-09-05 22:11:40 +01:00 committed by Yann Esposito (Yogsototh)
parent cb46c01e3f
commit 972d2892f1
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

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."))