diff --git a/doc/Slime.htm b/doc/Slime.htm index 9069e6b..75b2494 100644 --- a/doc/Slime.htm +++ b/doc/Slime.htm @@ -21,9 +21,13 @@
  • Add to your ~/.swank.lisp file (or copy file eql5/slime/.swank.lisp in your home directory):
    (Please note: this isn't really optional -- you need to set this option for a useful Slime + EQL.)
    (setf swank:*globally-redirect-io* t) ; show print output in Emacs
    -
  • Copy file eql5/slime/eql-start-swank.lisp in your slime/ directory - +
  • Copy file eql5/slime/eql-start-swank.lisp in your slime/ directory

    +
  • Optionally:
    In order to indent qlet correctly, edit your slime/contrib/slime-cl-indent.el file and add a line: +
    +(let* (as let)) ; already there
    +(qlet (as let)) ; new

    +

    Run