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