mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
6 lines
245 B
EmacsLisp
6 lines
245 B
EmacsLisp
;; -*- 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."))
|