Add commented cs325 setup lines to the SBCL resource file
This commit is contained in:
parent
825b7e21c4
commit
028f26506e
@ -4491,11 +4491,19 @@ EOF
|
|||||||
#+name: lst:quicklisp-sbclrc-file
|
#+name: lst:quicklisp-sbclrc-file
|
||||||
#+begin_src lisp -n :eval never-export :tangle ~/.sbclrc
|
#+begin_src lisp -n :eval never-export :tangle ~/.sbclrc
|
||||||
;;; Hey Emacs, this is my -*- lisp -*- .sbclrc file.
|
;;; Hey Emacs, this is my -*- lisp -*- .sbclrc file.
|
||||||
|
|
||||||
|
;;; The following lines added by ql:add-to-init-file:
|
||||||
#-quicklisp
|
#-quicklisp
|
||||||
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
|
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
|
||||||
(user-homedir-pathname))))
|
(user-homedir-pathname))))
|
||||||
(when (probe-file quicklisp-init)
|
(when (probe-file quicklisp-init)
|
||||||
(load quicklisp-init)))
|
(load quicklisp-init)))
|
||||||
|
|
||||||
|
;;; Load cs325.lisp to create the cs325 package.
|
||||||
|
|
||||||
|
;; (eval-when (:compile-toplevel :load-toplevel :execute)
|
||||||
|
;; (ql:quickload "cs325")
|
||||||
|
;; (setq *package* (find-package :cs325-user)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** [[info:eintr#Top][Emacs Lisp Programming (info)]]
|
** [[info:eintr#Top][Emacs Lisp Programming (info)]]
|
||||||
|
Loading…
Reference in New Issue
Block a user