The first thing to do is to stop this stupid “disconnected command” function from ever doing anything. If you really like this .emacs file, you certainly don't need novice.el , which will be your boss.
(setq disabled-command-function nil)
You can configure the customization tool to populate all your settings in a separate file with the following commands.
(setq custom-file "~/.emacs-custom.el") (load custom-file 'noerror)
jfm3
source share