Michael Toomim <toomim(a)cs.berkeley.edu> writes:
(add-hook 'after-init-hook
(lambda ()
(set-frame-property (selected-frame) 'background-mode nil)
(set-frame-property (selected-frame) 'custom-properties nil)
(initialize-custom-faces (selected-frame))))
Is this what you were suggesting should go into
frame-notice-user-settings()?
Yes, something like that would be a good start.