Variable: vhdl-print-customize-faces

vhdl-print-customize-faces is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means use an optimized set of faces for PostScript printing.

NOTE: Activate the new setting by restarting Emacs.
      Overrides ps-print settings locally.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-print-customize-faces t
  "Non-nil means use an optimized set of faces for PostScript printing.

NOTE: Activate the new setting by restarting Emacs.
      Overrides `ps-print' settings locally."
  :type 'boolean
  :group 'vhdl-print)