[slime-devel] Re: contrib branch
David J. Neu
djneu at att.net
Sun Sep 2 10:50:00 UTC 2007
On Sun, Sep 02, 2007 at 03:56:02PM +1000, Alain Picard wrote:
> Yes, I would also love to just be able to
>
> (require 'slime-kitchen-sink) ; load everything they've got! :-)
The recent addition of contrib/slime-fancy.el by Matthias Koepp
lets you add
(add-to-list 'load-path "<directory-of-this-file>")
(add-hook 'slime-load-hook (lambda () (require 'slime-fancy)))
to your .emacs to get what you requested.
Also add
(setq slime-complete-symbol-function 'slime-fuzzy-complete-symbol t)
if you prefer fuzzy completion to be bound to TAB rather than C-c M-i.
More information about the slime-devel
mailing list