** Lisp packages that load files of customizations, or any other sort
of user profile, should obey the variable init-file-user in deciding where to find it. They should load the profile of the user name found in that variable. If init-file-user is nil, meaning that the -q option was used, then Lisp packages should not load the customization files at all.