[slime-cvs] CVS update: slime/README
Helmut Eller
heller at common-lisp.net
Sun Jul 3 15:51:55 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv20851
Modified Files:
README
Log Message:
Show examples for the filenames instead of the general
"/the/path/to/this/directory". Suggested by Brandon J. Van Every.
Date: Sun Jul 3 17:51:55 2005
Author: heller
Index: slime/README
diff -u slime/README:1.12 slime/README:1.13
--- slime/README:1.12 Fri Sep 3 23:07:42 2004
+++ slime/README Sun Jul 3 17:51:54 2005
@@ -10,9 +10,10 @@
Quick setup instructions
------------------------
- In Emacs Lisp:
+ Add this to your ~/.emacs file and fill in the appropriate filenames:
- (add-to-list 'load-path "/the/path/to/this/directory")
+ (add-to-list 'load-path "~/hacking/lisp/slime/") ; your SLIME directory
+ (setq inferior-lisp-program "/opt/sbcl/bin/sbcl") ; your Lisp system
(require 'slime)
(slime-setup)
More information about the slime-cvs
mailing list