blob: e663e92af87a1fdec88cffbca1e1e5740c81a9ed (
plain)
1
2
3
4
5
6
7
8
9
|
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
(in-package :common-lisp-user)
(if (probe-file "/etc/gentoo-init.lisp")
(load "/etc/gentoo-init.lisp")
(format t "~%;;; Warning: There is no /etc/gentoo-init.lisp file ~
\(which should be provided by dev-lisp/gentoo-init"))
|