FUEL: Use by default Factor's developer-name in scaffolds.

db4
Jose A. Ortega Ruiz 2009-06-01 23:24:05 +02:00
parent 45e6683c62
commit 2675533bed
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"Options for FUEL's scaffolding."
:group 'fuel)
(defcustom fuel-scaffold-developer-name user-full-name
(defcustom fuel-scaffold-developer-name nil
"The name to be inserted as yours in scaffold templates."
:type '(choice string
(const :tag "Factor's value for developer-name" nil))