Jonathon McKitrick jcm@sdf.lonestar.org writes:
: You have to set up the `slime-load-hook' before you require SLIME.
Really? Mine seems to work okay defining both slime-load-hook and slime-mode-hook AFTER (require 'slime-autoloads) and (slime-setup).
It's a different story for slime-autoloads, as this one loads the crucial part of slime on-demand---whereas (require 'slime) would load all of Slime at once into Emacs.
-T.