
15 Sep
2007
15 Sep
'07
3:20 p.m.
* Tobias C. Rittweiler [2007-09-14 19:04+0200] writes:
Helmut Eller <heller@common-lisp.net> writes:
However, we could change slime-setup so that it takes a list of contribs to load, because there seems to be some confusion when slime-load-hook is called.
I think that sounds like a good idea.
I changed slime-setup and now the following should also load the contribs: (require 'slime) (slime-setup '(slime-autodoc slime-typeout-frame)) Helmut.