Changeset 14085 for trunk/abcl/examples/misc/dotabclrc
- Timestamp:
- 08/14/12 12:16:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/examples/misc/dotabclrc
r13969 r14085 1 1 ;;; -*- Mode: Lisp -*- 2 2 3 ;;; Possible cod asfor inclusion in the Armed Bear startup file #p"~/.abclrc"3 ;;; Possible code for inclusion in the Armed Bear startup file #p"~/.abclrc" 4 4 5 5 #-quicklisp … … 8 8 (unless (probe-file quicklisp-local) 9 9 (when (probe-file quicklisp-remote) ;;; XXX possibly search for a proxy÷ 10 (load quicklisp-remote))) 10 (load quicklisp-remote) 11 (funcall (intern (symbol-name 'install) :quicklisp-quickstart)))) 11 12 (when (probe-file quicklisp-local) 12 13 (load quicklisp-local))) 13 14 15 ;; 14 16 (require :asdf) 15 17 (require :abcl-contrib)
Note: See TracChangeset
for help on using the changeset viewer.