From ea7c2a7482b937c4d391402b7a89fb7b9c245992 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 11 Jan 2021 22:06:37 +0100 Subject: Added rendering of arguments --- builtin.lisp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'builtin.lisp') diff --git a/builtin.lisp b/builtin.lisp index 3da200e..8cfc25e 100644 --- a/builtin.lisp +++ b/builtin.lisp @@ -1,7 +1,3 @@ -(load "/home/charles/.clisprc.lisp") -(ql:quickload "uiop") - - (defun make-index (dirname &key (item-tag "li") (surrounding-tag "ul") (include-date nil)) (setf filepaths (uiop:directory-files dirname)) ; (when test (delete-if #'(lambda (x) (not (test x))) filenames)) -- cgit