From 42d5fd83504f8aa80f3248036006fbcd49222943 Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Tue, 5 Sep 2023 22:11:40 +0100 Subject: [PATCH] docs(irc): add circe notification warning --- modules/app/irc/doctor.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/app/irc/doctor.el diff --git a/modules/app/irc/doctor.el b/modules/app/irc/doctor.el new file mode 100644 index 000000000..e2474f4e3 --- /dev/null +++ b/modules/app/irc/doctor.el @@ -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."))