As most emacs user, I change my init.el fairly often. Sometimes a bug is introduced and the next time I start emacs I get an error message and a very ugly emacs without any of my keybindings. Then, I have to use this very basic emacs or (god forbid) another editor to correct the bug in init.el.
My question is: can I change it so that even if there is an error on one of the lines in init.el the rest of the script still is evaluated, and I just get an error message saying that some part failed?