Variable: mpc-status-mode-map

mpc-status-mode-map is a variable defined in mpc.el.gz.

Value


Documentation

Keymap for mpc-status-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;;; The mpc-status-mode buffer ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-derived-mode mpc-status-mode mpc-mode "MPC-Status"
  "Major mode to display MPC status info."
  (setq-local mode-line-format
              '("%e" mode-line-frame-identification
                mode-line-buffer-identification))
  (setq-local window-area-factor 3)
  (setq-local header-line-format '("MPC " mpc-volume)))