Variable: vhdl-compose-configuration-create-file
vhdl-compose-configuration-create-file is a customizable variable
defined in vhdl-mode.el.gz.
Value
nil
Documentation
Specifies whether a new file should be created for the configuration.
If non-nil, a new file is created for the configuration.
The file name is obtained from variable vhdl-configuration-file-name.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-compose-configuration-create-file nil
"Specifies whether a new file should be created for the configuration.
If non-nil, a new file is created for the configuration.
The file name is obtained from variable `vhdl-configuration-file-name'."
:type 'boolean
:group 'vhdl-compose)