summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el')
-rw-r--r--app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el b/app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el
new file mode 100644
index 000000000000..3859f7d65e01
--- /dev/null
+++ b/app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el
@@ -0,0 +1,14 @@
+
+;;; slime site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+
+(require 'slime)
+(slime-setup)
+
+;; this allows us not to require dev-lisp/hyperspec
+;; (which is non-free) as a hard dependency
+(setq common-lisp-hyperspec-root
+ (if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec")
+ "file:///usr/share/doc/hyperspec/HyperSpec/"
+ "http://www.lispworks.com/reference/HyperSpec/"))