summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el')
-rw-r--r--app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el b/app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el
deleted file mode 100644
index 2687bb5c4f14..000000000000
--- a/app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el
+++ /dev/null
@@ -1,13 +0,0 @@
-
-;;; site-lisp configuration for slime-cvs
-
-(add-to-list 'load-path "@SITELISP@")
-(require 'slime)
-(slime-setup)
-
-;; this prevents us from requiring the user get dev-lisp/hyperspec
-;; (which is non-free) as a hard dependency
-
-(if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec")
- (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/HyperSpec/")
- (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/"))