summaryrefslogtreecommitdiff
blob: 9756d962abc4961a6a86ddee7680529df6daa506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian GNU/Linux ilisp package
;;
;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at>
;; Modified by Dirk Eddelbuettel <edd@debian.org>
;; Adapted for dh-make by Jim Van Zandt <jrv@vanzandt.mv.com>

;; Modified for Gentoo by Matthew Kennedy <mkennedy@gentoo.org>

(add-to-list 'load-path "@SITELISP@")
(add-to-list 'load-path "@SITELISP@/extra")

(if (file-readable-p "~/.ilisp")
    (load "~/.ilisp")
  (load "/etc/ilisp/ilisp.el"))