Variable: mpc-notifications
mpc-notifications is a customizable variable defined in mpc.el.gz.
Value
nil
Documentation
Non-nil means MPC should display notifications when the song changes.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defcustom mpc-notifications nil
"Non-nil means MPC should display notifications when the song changes."
:version "31.1"
:type 'boolean)