mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(irc): add circe notification warning
This commit is contained in:
committed by
Henrik Lissner
parent
a23e021032
commit
42d5fd8350
5
modules/app/irc/doctor.el
Normal file
5
modules/app/irc/doctor.el
Normal 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."))
|
Reference in New Issue
Block a user