summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-02-19 22:47:46 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-02-19 22:47:46 +0000
commit131bbe1e1f20c674f225934ce287cae4317f8a06 (patch)
tree870a5bdf23449ad29ff29058a4191aefea281b2d /app-emacs/slime/files
parentstable amd64, bug 259360 (diff)
downloadgentoo-2-131bbe1e1f20c674f225934ce287cae4317f8a06.tar.gz
gentoo-2-131bbe1e1f20c674f225934ce287cae4317f8a06.tar.bz2
gentoo-2-131bbe1e1f20c674f225934ce287cae4317f8a06.zip
clean up
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-emacs/slime/files')
-rw-r--r--app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index 3859f7d65e01..000000000000
--- a/app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el
+++ /dev/null
@@ -1,14 +0,0 @@
-
-;;; 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/"))