Variable: cpp-face-type

cpp-face-type is a customizable variable defined in cpp.el.gz.

Value

none

Documentation

Indicate what background face type you prefer.

Can be either light or dark for color screens, mono for monochrome screens, and none if you don't use a window system and don't have a color-capable display.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defcustom cpp-face-type 'light
  "Indicate what background face type you prefer.
Can be either light or dark for color screens, mono for monochrome
screens, and none if you don't use a window system and don't have
a color-capable display."
  :options '(light dark mono nil)
  :type 'symbol)