summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el')
-rw-r--r--app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el b/app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el
deleted file mode 100644
index 358af67d918d..000000000000
--- a/app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el
+++ /dev/null
@@ -1,15 +0,0 @@
-;;; site-lisp configuration for SLIME
-
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'load-path "@SITELISP@/contrib")
-(autoload 'slime-highlight-edits-mode "slime-highlight-edits")
-
-(require 'slime-autoloads)
-(slime-setup '(slime-fancy slime-asdf slime-banner))
-
-;; 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/"))