summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/files/1.0.20050207/70slime-gentoo.el')
-rw-r--r--app-emacs/slime/files/1.0.20050207/70slime-gentoo.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-emacs/slime/files/1.0.20050207/70slime-gentoo.el b/app-emacs/slime/files/1.0.20050207/70slime-gentoo.el
deleted file mode 100644
index 4fde74012ac1..000000000000
--- a/app-emacs/slime/files/1.0.20050207/70slime-gentoo.el
+++ /dev/null
@@ -1,16 +0,0 @@
-
-;;; site-lisp configuration for slime-cvs
-
-(add-to-list 'load-path "@SITELISP@")
-(require 'slime)
-(add-hook 'lisp-mode-hook
- (lambda () (slime-mode t)))
-(add-hook 'inferior-lisp-mode-hook
- (lambda () (inferior-slime-mode t)))
-
-;; 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-6.0/HyperSpec")
- (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec-6.0/HyperSpec/")
- (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/"))